https://llvm.org/bugs/show_bug.cgi?id=30520
Bug ID: 30520
Summary: clang segfaults on invalid transparent_union
declaration
Product: clang
Version: 3.9
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 17346
--> https://llvm.org/bugs/attachment.cgi?id=17346&action=edit
tarball with command output, source file and additional files generated during
the crash
Hello,
To reproduce the bug just execute "clang -c err.c".
err.c has been simplified to one single and short line, so, it should be easier
to debug:
union u { struct stb b; } __attribute__((transparent_union));
Regards,
Vicente.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs