[llvm-bugs] [Bug 27007] clang crashes on valid code at -O1 and above on x86_64-linux-gnu in LICM: Assertion `!Load->isVolatile() && "AST broken"' failed

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 21 08:49:28 PDT 2017


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

Davide Italiano <davide at freebsd.org> changed:

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

--- Comment #2 from Davide Italiano <davide at freebsd.org> ---
Fixed a while ago but never closed.

[davide at localhost bin]$ ./clang blah.c -o blah -c
[davide at localhost bin]$ ./clang blah.c -o blah -c -O1
[davide at localhost bin]$ ./clang blah.c -o blah -c -O2
[davide at localhost bin]$ ./clang blah.c -o blah -c -O3

-- 
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/20170421/4d160b3c/attachment-0001.html>


More information about the llvm-bugs mailing list