PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr65167.c
blob64cc7aef520af731c1e004e7269b24e08dda1a5b
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-O -fschedule-insns -fcheck-pointer-bounds -mmpx" } */
4 void bar(int *a, int *b, int *c, int *d, int *e, int *f);
6 int foo (int *a, int *b, int *c, int *d, int *e, int *f)
8 bar (a, b, c, d, e, f);
9 return *f;