[llvm-bugs] [Bug 34759] clang crashes on valid code at -O2 and -O3 on x86_64-linux-gnu: Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 14 17:44:00 PDT 2017


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

Davide Italiano <davide at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Davide Italiano <davide at freebsd.org> ---
Doesn't repro anymore.

[davide at localhost bin]$ ./clang x.c -O2
[davide at localhost bin]$ ./clang x.c -O3
[davide at localhost bin]$ ./clang x.c -O1
[davide at localhost bin]$ ./clang x.c -Os

-- 
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/20171015/4b078064/attachment.html>


More information about the llvm-bugs mailing list