[Bug other/42530] ICE in verify_ssa when using -O -g -ffast-math -floop-parallelize-all

2010-01-07 Thread aoliva at gcc dot gnu dot org
--- 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

[Bug other/42530] ICE in verify_ssa when using -O -g -ffast-math -floop-parallelize-all

2009-12-28 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-12-29 05:10 --- I also saw it on Linux/x86-64. It is caused by revision 154561: http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00784.html -- hjl dot tools at gmail dot com changed: What|Removed