Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr55672.c
blobf7b0d717e011e94d77f8f6c7a4065d5c0ccf5768
1 /* { dg-do compile } */
2 /* { dg-require-stack-check "generic" } */
3 /* { dg-options "-O -fstack-check=generic" } */
5 int main ()
7 int x[8];
8 if (x[0] != 4)
9 __builtin_abort ();
10 return 0;