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

             Bug #: 15007
           Summary: assert failure in APInt& APInt::operator&=
           Product: clang
           Version: 3.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9896
  --> http://llvm.org/bugs/attachment.cgi?id=9896
log.txt --> backtrace ; convert-n3tbbe.sh --> script to reproduce crash

Hello All,

I am novice to Clang. I tried to build libclc open souce code but got an assert
failure at "assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");"
in API "APInt& APInt::operator&=".

I am attaching backtrace and script to reproduce the failure in
"crash-report.tar.gz" with this mail.

Regards,
Anand

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