[Bug tree-optimization/60733] [4.9 Regression] ICE due to SLSR on valid code at -O3 on x86_64-linux-gnu

wschmidt at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 2 20:17:00 GMT 2014


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

--- Comment #5 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
The logic for placement of initializers for PHI candidates is a bit wrong. 
They should be placed at the end of the feeding block for the PHI.  Currently
they can end up being placed too early, as in this case.  I'm testing a patch.



More information about the Gcc-bugs mailing list