[Bug tree-optimization/24309] [4.1/4.2/4.3 Regression] ICE with -O3 -ftree-loop-linear
spop at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 11 19:35:00 GMT 2007
------- Comment #22 from spop at gcc dot gnu dot org 2007-10-11 19:35 -------
Subject: Re: [4.1/4.2/4.3 Regression] ICE with -O3 -ftree-loop-linear
There are several bugs that fail in the exact same place, because
we're not able to generate code for some induction variable containing
a phi node in their evolution. I'm trying to fix all these bugs by
implementing an analysis phase that will filter out all the difficult
loops for which we know we won't be able to generate code for.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24309
More information about the Gcc-bugs
mailing list