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/24309] [4.1/4.2/4.3 Regression] ICE with -O3 -ftree-loop-linear



------- 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


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