diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/cmdlne-dU-16.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/cmdlne-dU-16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-16.c b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-16.c index 463c0b9e707..41a9a9110bf 100644 --- a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-16.c +++ b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-16.c @@ -1,6 +1,6 @@ /* { dg-do preprocess } */ -/* { dg-options "-P -dU" } */ -/* { dg-options "-P -dU -std=c89" { target *-*-solaris2.* } } */ +/* { dg-options "-nostdinc -P -dU" } */ +/* { dg-options "-nostdinc -P -dU -std=c89" { target *-*-solaris2.* } } */ /* { dg-final { scan-file cmdlne-dU-16.i "^\n*#define __STDC__ 1\n*$" } } */ #ifdef __STDC__ #endif |