[LLVMbugs] [Bug 8536] New: Assertion failed: (Value->getType()->isIntegerTy(1) && "value rep of bool not i1"), function EmitToMemory, file CGExpr.cpp, line 605.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 2 16:13:21 PDT 2010


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

           Summary: Assertion failed: (Value->getType()->isIntegerTy(1) &&
                    "value rep of bool not i1"), function EmitToMemory,
                    file CGExpr.cpp, line 605.
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: stenorman2001 at me.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=5720)
 --> (http://llvm.org/bugs/attachment.cgi?id=5720)
Configure log.

When compiling LLVM and Clang from the latest trunk (118107), an assertion
error occurs. The error is:

Assertion failed: (Value->getType()->isIntegerTy(1) && "value rep of bool not
i1"), function EmitToMemory, file CGExpr.cpp, line 605.

Attached is the output from configure and make.

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