2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / endif-pedantic1.c
blobc97e329072d558488d9c704392940f13ded96cfc
1 /* Copyright (C) 2002 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
4 /* { dg-options "-pedantic -Wno-endif-labels" } */
6 /* Tests combinations of -pedantic and -Wno-endif-labels; see extratokens2.c
7 for more general tests. */
9 /* Source: Phil Edwards, 25 Mar 2002. Copied from extratokens2.c and
10 modified. */
12 #if 1
13 #if 0
14 #else foo /* { dg-bogus "extra tokens" "bad warning" } */
15 #endif / /* { dg-bogus "extra tokens" "bad warning" } */
16 #endif