[LLVMbugs] [Bug 9595] New: llvm::APInt::operator|=(const llvm::APInt&): Assertion `BitWidth == RHS.BitWidth && "Bit widths must be the same"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 31 05:53:41 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: moltesalt at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list