[LLVMbugs] [Bug 6400] New: clang codgen aborts producing an invalid store

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 22 20:48:23 PST 2010


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

           Summary: clang codgen aborts producing an invalid store
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


$ ./clang -cc1 -S -w -o test.ll -x c++-cpp-output test.ii -emit-llvm

Instructions.cpp:1110: void llvm::StoreInst::AssertOK(): Assertion
`getOperand(0)->getType() ==
cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a
pointer to Val type!"' failed.

-- 
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