[LLVMbugs] [Bug 10337] New: lib/VMCore/Instructions.cpp:968: void llvm::StoreInst::AssertOK(): Assertion `getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 12 02:21:39 PDT 2011


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

           Summary: lib/VMCore/Instructions.cpp:968: void
                    llvm::StoreInst::AssertOK(): Assertion
                    `getOperand(0)->getType() ==
                    cast<PointerType>(getOperand(1)->getType())->getElemen
                    tType() && "Ptr must be a pointer to Val type!"'
                    failed.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
        AssignedTo: clattner at apple.com
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=6873)
 --> (http://llvm.org/bugs/attachment.cgi?id=6873)
Failing input

Failing input is attached. clang -c hits the assertions.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list