[llvm-bugs] [Bug 26094] clang crashes at -O2 and above on x86_64-linux-gnu

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Apr 20 08:42:54 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=26094

Davide Italiano <davide at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |davide at freebsd.org

--- Comment #1 from Davide Italiano <davide at freebsd.org> ---
Doesn't repro at 
commit 2257563e92784ac63855930f5c3dfb7602d14172
Author: davide <davide at 91177308-0d34-0410-b5e6-96231b3b80d8>
Date:   Wed Apr 19 17:26:57 2017 +0000

    [InstCombine] Reduce visitLoadInst() code duplication. NFCI.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300717
91177308-0d34-0410-b5e6-96231b3b80d8

[davide at localhost bin]$ ./clang abc.c -o abc -c -w -O2
[davide at localhost bin]$ ./clang abc.c -o abc -c -w -O3
[davide at localhost bin]$ ./clang abc.c -o abc -c -w -O1
[davide at localhost bin]$ ./clang abc.c -o abc -c -w -O0
[davide at localhost bin]$ ./clang abc.c -o abc -c -w -Os
[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/20170420/0e1eec90/attachment.html>


More information about the llvm-bugs mailing list