[Bug tree-optimization/39355] [4.4/4.5 Regression] Revision 144529: ICE due to missing or incorrectly relocated DECL_VALUE_EXPR in PCH header for PARM_DECL
danglin at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Mar 29 18:49:00 GMT 2009
------- Comment #50 from danglin at gcc dot gnu dot org 2009-03-29 18:49 -------
During the PCH generation, there's only one node for which
decl_value_expr_insert
is called (a different PARM_DECL). So, I have to think the flag shouldn't be
set.
However, finding the PARM_DECL during PCH generation is a bit of a trick and
I haven't been able to find it so far.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39355
More information about the Gcc-bugs
mailing list