| | | | --- | --- | | Bugzilla Link | [374](https://llvm.org/bz374) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | 1.0 | | OS | All | ## Extended Description This reduced testcase crashes llvmgcc. struct S { }; int xxxx(int a) { struct S comps[a]; &comps[0]; } -Chris