http://llvm.org/bugs/show_bug.cgi?id=11048
Summary: Crash when initializing array of typedef-ed arrays
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Using r140938.
Compiling the following code with "clang -c" causes a crash:
typedef char foo[10];
foo bar[] = { "hello" };
This used to work, so it's a regression.
I only have a release build, so I can't provide useful debug symbols.
--
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