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 other/42530] ICE in verify_ssa when using -O -g -ffast-math -floop-parallelize-all



------- Comment #2 from aoliva at gcc dot gnu dot org  2010-01-07 12:47 -------
'been looking at it a bit.  It's graphite's
rewrite_commutative_reductions_out_of_ssa that removes SSA PHI nodes from the
IR without actually releasing them, so we don't get a chance to propagate the
DEFs into debug stmts.  I tried to explicitly call the debug stmt propagate
function, before and after release, to no avail.  I went no further than that,
for the time being, and I'm not sure when/if I'll get back to it.


-- 


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


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