diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr11459-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr11459-1.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pr11459-1.c b/gcc/testsuite/gcc.dg/pr11459-1.c new file mode 100644 index 000000000..1edd94f81 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pr11459-1.c @@ -0,0 +1,6 @@ +/* -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; |