This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12573] [3.4 Regression ] ICE (segfault) with Boost.Python


------- Additional Comments From gdr at integrable-solutions dot net  2003-11-22 05:50 -------
Subject: Re:  [3.4 Regression ] ICE (segfault) with Boost.Python

"giovannibajo at libero dot it" <gcc-bugzilla@gcc.gnu.org> writes:

| +   if (TREE_CODE (expression) == COMPONENT_REF)
| +     return value_dependent_expression_p (TREE_OPERAND (expression, 0));

Don't you want to test both arms of COMPONENT_REF?

-- Gaby


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12573


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]