[LLVMbugs] [Bug 2403] New: crash on invalid typedef declarations
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jun 1 16:04:01 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2403
Summary: crash on invalid typedef declarations
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Keywords: crash-on-invalid
Severity: enhancement
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nunoplopes at sapo.pt
CC: llvmbugs at cs.uiuc.edu
The following code crashes clang (in MergeTypeDefDecl(); although it doesn't
make sense merging the decls..):
typedef struct {}
typedef __builtin_va_list __gnuc_va_list;
--
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