Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr55672.c
blob6f1c898c748ee5eb9d6cc2643ab2d33b60854dc1
1 /* { dg-do compile } */
2 /* { dg-options "-O -fstack-check=generic" } */
4 int main ()
6 int x[8];
7 if (x[0] != 4)
8 __builtin_abort ();
9 return 0;