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/40464] [4.5 Regression] FAIL: g++.dg/torture/pr34099.C -O1 (internal compiler error) at -O1 and above



------- Comment #9 from jamborm at gcc dot gnu dot org  2009-08-05 20:51 -------
The long-dead declaration is brought back to life by the following
line in gimplify_var_or_parm_decl() in gimplify.c:

      tree value_expr = DECL_VALUE_EXPR (decl);

I don't know why that happens yet.


-- 


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


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