[LLVMbugs] [Bug 2400] New: crash with sizeof(incomplete_type)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jun 1 10:33:04 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2400
Summary: crash with sizeof(incomplete_type)
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nunoplopes at sapo.pt
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1693)
--> (http://llvm.org/bugs/attachment.cgi?id=1693)
test case (delta reduced)
The attached code triggers an assertion in clang (in
ASTContexr::getTypeInfo()), because of a sizeof(incomplete_type).
--
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