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/68599] [6 Regression] gcc.dg/tree-ssa/pr45122.c and tree-vrp.c


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68599

--- Comment #3 from Jeffrey A. Law <law at redhat dot com> ---
Yea, this is a latent issue in the RTL loop optimizer.  Essentially
-funsafe-loop-optimizations is getting too aggressive.  We've essentially got
the same situation in RTL-land as we had in tree land for pr45122.

I'm looking at a similar solution, namely limiting aggressiveness when the loop
has multiple exits.

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