OSDN Git Service

* cppinit.c (cpp_handle_option): Suppress warnings with an
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / line2.c
1 /* Copyright (C) 2000  Free Software Foundation.
2
3    by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */
4
5 /* { dg-do preprocess } */
6
7 #line 1
8 #line 0 
9 #line 2
10 #line 32768 
11
12 /* { dg-error "out of range" "line # too low" { target *-*-* } 1 } */
13 /* { dg-error "out of range" "line # too high" { target *-*-* } 2 } */