]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-chk-ptr-bounds-1-nov.c
Daily bump.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / i386 / mpx / builtin-bnd-chk-ptr-bounds-1-nov.c
1 /* { dg-do run } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
3
4
5 #include "mpx-check.h"
6
7 int buf[100];
8
9 int mpx_test (int argc, const char **argv)
10 {
11 __bnd_chk_ptr_bounds (buf, sizeof (int) * 100);
12 return 0;
13 }