Bugzilla – Bug 374
[llvmgcc] Crash compiling variable length array of structures
Last modified: 2004-06-18 20:09:14
You need to log in before you can comment on or make changes to this bug.
This reduced testcase crashes llvmgcc. struct S { }; int xxxx(int a) { struct S comps[a]; &comps[0]; } -Chris
Note that this blocks compilation of the CFE on freebsd.
Fixed. Patch here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040614/015289.html Testcase here: CFrontend/2004-06-18-VariableLengthArrayOfStructures.c -Chris