[LLVMbugs] [Bug 19579] Assertion `Val && "isa<> used on a null pointer"' failed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 28 18:56:20 PDT 2014


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

Jordan Rose <jordan_rose at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jordan_rose at apple.com
         Resolution|---                         |FIXED

--- Comment #1 from Jordan Rose <jordan_rose at apple.com> ---
Thanks for reducing it so much. Here's an even simpler case.

  void f() {
    C();
    int a;
  }

Fixed in r207486.

-- 
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/20140429/823f4c27/attachment.html>


More information about the llvm-bugs mailing list