Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / skipping2.c
blob14dafc01e855c3a8f02f84483da53a21f9a7b3a9
1 /* Copyright (C) 2001 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Tests that excess tokens in skipped conditional blocks don't warn. */
7 /* Source: Neil Booth, 25 Jul 2001. */
9 #if 0
10 #if foo
11 #else foo /* { dg-bogus "extra tokens" "extra tokens in skipped block" } */
12 #endif foo /* { dg-bogus "extra tokens" "extra tokens in skipped block" } */
13 #endif bar /* { dg-error "extra tokens" "tokens after #endif" } */