This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/66348] Simple loop never exits with -O1, exits with -O0
- From: "sebastiano.vigna at unimi dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Jun 2015 08:24:07 +0000
- Subject: [Bug c/66348] Simple loop never exits with -O1, exits with -O0
- Auto-submitted: auto-generated
- References: <bug-66348-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66348
--- Comment #13 from Sebastiano Vigna <sebastiano.vigna at unimi dot it> ---
I can confirm that compiling/running with ubsan and asan no problem is
reported. The bug does not show up.