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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to