summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr65167.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/pr65167.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/pr65167.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr65167.c b/gcc/testsuite/gcc.target/i386/pr65167.c
deleted file mode 100644
index 64cc7aef520..00000000000
--- a/gcc/testsuite/gcc.target/i386/pr65167.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* { dg-do compile { target { ! x32 } } } */
-/* { dg-options "-O -fschedule-insns -fcheck-pointer-bounds -mmpx" } */
-
-void bar(int *a, int *b, int *c, int *d, int *e, int *f);
-
-int foo (int *a, int *b, int *c, int *d, int *e, int *f)
-{
- bar (a, b, c, d, e, f);
- return *f;
-}