http://llvm.org/bugs/show_bug.cgi?id=3023
Summary: clang: crash on union with typeof in debug codegen
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
SVN r58855.
int convert(int i) {
union { typeof(i) in; int out; } u;
u.in = i;
return u.out;
}
$ clang -emit-llvm test.c
$ clang -emit-llvm -g test.c
Segmentation fault
--
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