[LLVMbugs] [Bug 3252] New: Assertion failed: (success && " Illegal argument to getIntegerConstantExpr")

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Dec 22 02:03:36 PST 2008


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

           Summary: Assertion failed: (success && "Illegal argument to
                    getIntegerConstantExpr")
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


when compiling the attached program (got via gcc -E so it should be compilable
everywhere) "clang cat.c" works while "clang -emit-llvm-bc" crashes with

Assertion failed: (success && "Illegal argument to getIntegerConstantExpr"),
function getIntegerConstantExprValue, file
/tmp/llvm/tools/clang/lib/CodeGen/../../include/clang/AST/Expr.h, line 167.
Abort (core dumped)

this is with clang/llvm as of r61333, this regression occured recently (2-3
weeks ago at most)


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