summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/pr60400.c
blob: 59e8aec36efec2f09c06badadae453b7c6b0b8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR preprocessor/60400 */
/* { dg-do compile } */
/* { dg-options "-trigraphs -Wtrigraphs" } */

??=include "pr60400-1.h" /* { dg-warning "trigraph" } */
??=include "pr60400-2.h" /* { dg-warning "trigraph" } */

/* These are line numbers in pr60400-{1,2}.h  Keep them absolute.  */
/* { dg-warning "trigraph" "" { target *-*-* } 1 } */
/* { dg-warning "trigraph" "" { target *-*-* } 2 } */
/* { dg-warning "trigraph" "" { target *-*-* } 3 } */
/* { dg-warning "trigraph" "" { target *-*-* } 4 } */