re PR c++/12573 (ICE (segfault) with Boost.Python)
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Thu, 8 Jan 2004 11:52:41 +0000 (11:52 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Thu, 8 Jan 2004 11:52:41 +0000 (11:52 +0000)
commit3d5ddced5629ab28ff3dfbceb1293678c9420afb
tree3184faaafa8b6c1442dbc638c2b9e93f02163461
parentbafa7fed799064bf8397c24cc55ba6a818d6784e
re PR c++/12573 (ICE (segfault) with Boost.Python)

PR c++/12573
* pt.c (value_dependent_expression_p): Handle COMPONENT_REFs by
looking into them recursively. They can be there because of the
new __offsetof__ extension.

From-SVN: r75546
gcc/cp/ChangeLog
gcc/cp/pt.c