Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cpp / 20000129-1.c
blob878002beeb9520894c3f47954eb96761bd87ffc9
1 /* Regression test for trigraph warnings. Under certain conditions we
2 got the line numbers wrong.
3 Originally exposed by XEmacs and reported by Martin Buchholz
4 <martin@xemacs.org>; this test case is synthetic. */
6 /* { dg-do preprocess } */
7 /* { dg-options -Wall } */
9 #define some_macro \
10 blah \
11 blah \
12 blah \
13 blah
15 ??> /* { dg-warning "trigraph ..." "trigraph encountered" } */