aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr11459-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr11459-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr11459-1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.dg/pr11459-1.c b/gcc/testsuite/gcc.dg/pr11459-1.c
deleted file mode 100644
index 1edd94f814b..00000000000
--- a/gcc/testsuite/gcc.dg/pr11459-1.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* -ansi -std=c99 should mean -std=c99, but the specs reordered the
- options. Bug 11459. */
-/* { dg-do compile } */
-/* { dg-options "-ansi -std=c99 -pedantic" } */
-
-long long i;