[LLVMbugs] [Bug 20314] clang crashes on valid code at -O1 and above on x86_64-linux-gnu

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 16 14:20:03 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20314

Sanjay Patel <spatel+llvm at rotateright.com> changed:

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

--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
We weren't checking the AddrInst param to make sure it was really an
Instruction (could be a ConstantExpr too) before casting it.

Fixed with r213197:
http://llvm.org/viewvc/llvm-project?rev=213197&view=rev

-- 
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/20140716/ec817de0/attachment.html>


More information about the llvm-bugs mailing list