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 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



------- 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


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