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/25985] [4.2 Regression] with optimization integer math fails



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-15 18:27 -------
Loop 1 iterates 2 times.
Added canonical iv to loop 1, 2 iterations.

That is wrong, it iterates 3 times at this point (an interation has already
been peeled before the loop).

This is from .ivcanon.


-- 


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


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