diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/cmdlne-dU-17.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/cmdlne-dU-17.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-17.c b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-17.c index 2ae9d273a9b..fd608e1d4d6 100644 --- a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-17.c +++ b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-17.c @@ -1,5 +1,5 @@ /* { 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-17.i "^\n*1\n+#define __STDC__ 1\n*$" } } */ __STDC__ |