2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr40328.c
blobe378e63c00abbc9c90b2500fd5fb6f2baf142e1f
1 /* { dg-do compile } */
2 /* { dg-options "-fno-tree-sra" } */
4 _Complex float foo(void)
6 _Complex float a[64] = {};
7 _Complex float x;
8 x = a[1];
9 return x;