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

           Summary: Assertion failed: (getMinSignedBits() <= 64 && "Too many
                    bits for int64_t"), function getSExtValue
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
            Blocks: 3696


Created an attachment (id=2687)
 --> (http://llvm.org/bugs/attachment.cgi?id=2687)
Testcase

When compiling the attached code with -O2, you get the following error:

Assertion failed: (getMinSignedBits() <= 64 && "Too many bits for int64_t"),
function getSExtValue, file llvm/include/llvm/ADT/APInt.h, line 1051.
Stack dump:
0.      Program arguments: clang -S -disable-free --relocation-model=static
--disable-fp-elim --unwind-tables=0 --fmath-errno=1 -O2 -o - -x c test.c 
1.      <eof> parser at end of file
2.      Code generation
3.      Running pass 'X86 DAG->DAG Instruction Selection' on function
'@evUTCTime'


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