PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70876.c
blobc9bab690b335e779c1f8a4272d982e5470687d6f
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx -Wno-implicit-function-declaration" } */
4 void f (char *s1, char *s2)
6 int z = 5;
8 struct { char a[z]; } x;
10 s1[0] = s2[0];
12 foo (x, x);