Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr80880.c
blob674a587dd266f78109fca56b68cc8d8d43734684
1 /* PR target/65523 */
2 /* { dg-do compile { target { ! x32 } } } */
3 /* { dg-options "-O -fcheck-pointer-bounds -mmpx" } */
5 int *fn1()
7 int *r = fn1();
8 if (r == (void *)0)
9 return r;