annotate gcc/testsuite/gcc.dg/cpp/line1.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* Copyright (C) 2000, 2003 Free Software Foundation.
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 /* { dg-do preprocess } */
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 /* The line number below must be just a few lines greater than the
kono
parents:
diff changeset
8 actual line number. */
kono
parents:
diff changeset
9 #line 10 "baz"
kono
parents:
diff changeset
10 wibble
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 /* { dg-final { scan-file line1.i baz } } */