http://llvm.org/bugs/show_bug.cgi?id=3173
Summary: EvaluateInteger crashes
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
clang crashes on this code:
enum { A, B = A+50 };
clang: /home/xing/llvm/include/llvm/ADT/APSInt.h:166: llvm::APSInt&
llvm::APSInt::operator+=(const llvm::APSInt&): Assertion `IsUnsigned ==
RHS.IsUnsigned && "Signedness mismatch!"' failed.
--
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