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