[LLVMbugs] [Bug 9231] New: Assertion failed: (ObjCOrBuiltinID - unsigned(tok::NUM_OBJC_KEYWORDS) == ID && "ID too large for field!")
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 15 15:11:43 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9231
Summary: Assertion failed: (ObjCOrBuiltinID -
unsigned(tok::NUM_OBJC_KEYWORDS) == ID && "ID too
large for field!")
Product: clang
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
A Release+Asserts build of clang on FreeBSD started to fail 2863 of it's tests
after one of these commits: 125490 125491 125492.
The host compiler is:
gcc version 4.2.1 20070719 [FreeBSD]
All tests fail with the same assertion:
Assertion failed: (ObjCOrBuiltinID - unsigned(tok::NUM_OBJC_KEYWORDS) == ID &&
"ID too large for field!"), function setBuiltinID, file
/data/buildslave/freebsd-clang-amd64/src-llvm/tools/clang/lib/Basic/../../include/clang/Basic/IdentifierTable.h,
line 183.
Stack dump:
0. Program arguments:
/data/buildslave/freebsd-clang-amd64/obj/obj-llvm.1/Release+Asserts/bin/clang
-cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem
-analyzer-store=basic -analyzer-constraints=basic -verify
/data/buildslave/freebsd-clang-amd64/src-llvm/tools/clang/test/Analysis/CGColorSpace.c
--
--
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