http://llvm.org/bugs/show_bug.cgi?id=3817
Summary: crash in redefinition using typeof same function
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 emits and error and crashes on the following code gcc accepts:
--
void *f0(unsigned a0, ...);
extern __typeof (f0) f1 __attribute__((__sentinel__));
extern __typeof (f1) f1 __attribute__((__sentinel__));
--
This blocks glib-2.18.4.
--
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