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 c++/82505] g++ -O3 -funroll-loops generates weird code


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

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Ah no, because we have global pointers here, with potentially unknowable
aliasing, as Alexander said.

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