[llvm-bugs] [Bug 19889] wrong code by LTO at -O0 and -O1 on x86_64-linux-gnu (affecting 3.2 till trunk)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jul 1 14:11:21 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=19889
Davide Italiano <davide at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |davide at freebsd.org
--- Comment #1 from Davide Italiano <davide at freebsd.org> ---
This probably went away a while ago.
[davide at localhost bin]$ ./clang -flto -O0 lto.c -o blah && ./blah
[davide at localhost bin]$ ./clang -flto -O1 lto.c -o blah && ./blah
[davide at localhost bin]$ ./clang -flto -O2 lto.c -o blah && ./blah
[davide at localhost bin]$ ./clang -flto -O3 lto.c -o blah && ./blah
[davide at localhost bin]$ ./clang -flto -Os lto.c -o blah && ./blah
--
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/5a61936b/attachment.html>
More information about the llvm-bugs
mailing list