Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mpx / pr65508.c
blob9060287cac5f4a36032c0761b09acecfc99b5557
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fcheck-pointer-bounds -mmpx" } */
4 void
5 bar (int N)
7 int a[N];
8 void foo (int a[N])
11 foo (a);