summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c b/gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c
deleted file mode 100644
index 811cdb4e116..00000000000
--- a/gcc/testsuite/gcc.target/i386/mpx/builtin-bnd-set-ptr-bounds-3.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* { dg-do run } */
-/* { dg-options "-fno-check-pointer-bounds" } */
-
-
-#include "mpx-check.h"
-
-int buf[100];
-
-int mpx_test (int argc, const char **argv)
-{
- assert (buf + 10 == __bnd_set_ptr_bounds (buf + 10, sizeof (int) * 10));
- return 0;
-}