summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/mpx/pr65508.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/mpx/pr65508.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/mpx/pr65508.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.target/i386/mpx/pr65508.c b/gcc/testsuite/gcc.target/i386/mpx/pr65508.c
deleted file mode 100644
index 9060287cac5..00000000000
--- a/gcc/testsuite/gcc.target/i386/mpx/pr65508.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-O2 -fcheck-pointer-bounds -mmpx" } */
-
-void
-bar (int N)
-{
- int a[N];
- void foo (int a[N])
- {
- }
- foo (a);
-}