[llvm-bugs] [Bug 20237] wrong code by LTO at -O1, -Os, and -O2 on x86_64-linux-gnu (affecting 3.4 and trunk in 64-bit mode)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jul 1 14:12:55 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=20237
Davide Italiano <davide at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |davide at freebsd.org
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Davide Italiano <davide at freebsd.org> ---
Gone away.
[davide at localhost bin]$ ./clang -flto -Os lto.c -o blah && ./blah
1
[davide at localhost bin]$ ./clang -flto -O1 lto.c -o blah && ./blah
1
[davide at localhost bin]$ ./clang -flto -O0 lto.c -o blah && ./blah
1
[davide at localhost bin]$ ./clang -flto -O2 lto.c -o blah && ./blah
1
[davide at localhost bin]$ ./clang -flto -O3 lto.c -o blah && ./blah
1
--
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/20170701/59862154/attachment.html>
More information about the llvm-bugs
mailing list