* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-builtins-3.c
blobae30534c6da7d5410f7a12be795fed6c3e2b67c2
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx -fdump-tree-chkp" } */
3 /* { dg-final { scan-tree-dump-not "bnd_set_ptr_bounds" "chkp" } } */
5 void *
6 chkp_test (void *p)
8 return __builtin___bnd_set_ptr_bounds (p, 10);