aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr55672.c
blob: 6f1c898c748ee5eb9d6cc2643ab2d33b60854dc1 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O -fstack-check=generic" } */

int main ()
{
  int x[8];
  if (x[0] != 4)
    __builtin_abort ();
  return 0;
}