[llvm-bugs] [Bug 24481] wrong code at -O2 and -O3 on x86_64-linux-gnu
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 17 09:49:38 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=24481
Davide Italiano <davide at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |davide at freebsd.org
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Davide Italiano <davide at freebsd.org> ---
Can't repro
[davide at localhost bin]$ ./clang bug.c -o ./bug && ./bug
[davide at localhost bin]$ ./clang -O3 bug.c -o ./bug && ./bug
[davide at localhost bin]$ ./clang -O2 bug.c -o ./bug && ./bug
[davide at localhost bin]$ ./clang -O1 bug.c -o ./bug && ./bug
[davide at localhost bin]$ ./clang -Os bug.c -o ./bug && ./bug
[davide at localhost bin]$
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170417/49795bdd/attachment.html>
More information about the llvm-bugs
mailing list