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/81165] [8 Regression] Regression in GCC-8.0.0's optimizer


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

--- Comment #7 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
it may very well be the case that it is gcc7 that's buggy in optimizing out the
loop.  after all, there is a divide-by-x0 in the loop entry test and, save for
global optimizations, the compiler couldn't tell x0 was nonzero.  looking into
it...

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