summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/chkp-stropt-16.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/chkp-stropt-16.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/chkp-stropt-16.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.target/i386/chkp-stropt-16.c b/gcc/testsuite/gcc.target/i386/chkp-stropt-16.c
deleted file mode 100644
index 6ce170c9d68..00000000000
--- a/gcc/testsuite/gcc.target/i386/chkp-stropt-16.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-do compile { target { ! x32 } } } */
-/* { dg-require-effective-target mempcpy } */
-/* { dg-options "-fcheck-pointer-bounds -mmpx -O2 -fdump-tree-chkpopt -fchkp-use-nochk-string-functions -fchkp-use-fast-string-functions" } */
-/* { dg-final { scan-tree-dump "mempcpy_nobnd_nochk" "chkpopt" } } */
-
-#define USE_GNU
-#include "../../gcc.dg/strlenopt.h"
-
-void test (int *buf1, int *buf2, size_t len)
-{
- mempcpy (buf1, buf2, len);
-}