summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr65044.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/pr65044.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/pr65044.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr65044.c b/gcc/testsuite/gcc.target/i386/pr65044.c
deleted file mode 100644
index d5cfecd15a9..00000000000
--- a/gcc/testsuite/gcc.target/i386/pr65044.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do compile { target { ! x32 } } } */
-/* { dg-options "-fcheck-pointer-bounds -mmpx -fsanitize=address" } */
-/* { dg-error ".-fcheck-pointer-bounds. is not supported with Address Sanitizer" "" { target *-*-* } 0 } */
-
-extern int x[];
-
-void
-foo ()
-{
- x[0] = 0;
-}