[LLVMbugs] [Bug 3134] New: debug info emitter crashes with 'char xpto[]; ' decl
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Nov 26 05:00:28 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3134
Summary: debug info emitter crashes with 'char xpto[];' decl
Product: clang
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: nunoplopes at sapo.pt
CC: llvmbugs at cs.uiuc.edu
clang -emit-llvm -g crashes with the following code:
char xpto[];
clang: ASTContext.cpp:235: std::pair<long long unsigned int, unsigned int>
clang::ASTContext::getTypeInfo(const clang::Type*): Assertion `0 && "Incomplete
types have no size!"' 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.
More information about the llvm-bugs
mailing list