annotate gcc/testsuite/gcc.dg/cpp/include2.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 /* { dg-do preprocess } */
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 /* Tests that #include does not allow the terminating '>' or '"' to be
kono
parents:
diff changeset
6 escaped, as per the standard. */
kono
parents:
diff changeset
7
kono
parents:
diff changeset
8 /* Source: Neil Booth, 4 Nov 2000. */
kono
parents:
diff changeset
9
kono
parents:
diff changeset
10 #include <silly\>> /* { dg-error "extra tokens" } */
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 /* These error is No such file or directory, just once. However, this
kono
parents:
diff changeset
13 message is locale-dependent, so don't test for it. */
kono
parents:
diff changeset
14 /* { dg-error "silly" "" { target *-*-* } 0 } */
kono
parents:
diff changeset
15 /* { dg-message "terminated" "" { target *-*-* } 0 } */