Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-builtins-1.c
blob99cfa82681cbba02a80e6efa220014a52f2ec089
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx -fdump-tree-chkp" } */
3 /* { dg-final { scan-tree-dump-not "bnd_init_ptr_bounds" "chkp" } } */
5 void *
6 chkp_test (void *p)
8 return __builtin___bnd_init_ptr_bounds (p);