]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/i386/pr65523.c
Daily bump.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / i386 / pr65523.c
1 /* PR target/65523 */
2 /* { dg-do compile { target { ! x32 } } } */
3 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
4
5 void *memmove ();
6
7 void *
8 bar ()
9 {
10 return memmove ();
11 }