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

           Summary: llvm::APInt::operator|=(const llvm::APInt&): Assertion
                    `BitWidth == RHS.BitWidth && "Bit widths must be the
                    same"' failed.
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Hi,

Arch: x86_64
A trunk version of llvm fails with the following message:

klee: /data/llvm/lib/Support/APInt.cpp:398: llvm::APInt&
llvm::APInt::operator|=(const llvm::APInt&): Assertion `BitWidth ==
RHS.BitWidth && "Bit widths must be the same"' failed.

Thanks, Peter

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