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/66348] Simple loop never exits with -O1, exits with -O0


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

--- Comment #12 from Sebastiano Vigna <sebastiano.vigna at unimi dot it> ---
BTW, to further restrict the search I'm trying to replicate the bug with
-fsanitize=address, or at least to get to the problematic call under
-fsanitize=address, but it'll take a while. I have to recompile the gcc suite,
as the current version of libasan does not allocate more than 64GB (in Fedora,
libasan is built with gcc).


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