annotate gcc/testsuite/gcc.dg/cpp/assembl2.S @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
1 /* Copyright (C) 2000-2020 Free Software Foundation, Inc. */
111
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 /* { dg-do preprocess } */
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 /* Source: Bug report of Jonathan Larmour. Tweaked for test suite by
kono
parents:
diff changeset
6 Neil Booth, 17 Jan 2000. */
kono
parents:
diff changeset
7
kono
parents:
diff changeset
8 /* We would not test the buffer->was_skipping variable when skipping,
kono
parents:
diff changeset
9 meaning that some false directives confused CPP. */
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 #if 0
kono
parents:
diff changeset
12 # foo
kono
parents:
diff changeset
13 # fee
kono
parents:
diff changeset
14 # fie
kono
parents:
diff changeset
15 # foe
kono
parents:
diff changeset
16 # fum
kono
parents:
diff changeset
17 #elif 0
kono
parents:
diff changeset
18 # bundy
kono
parents:
diff changeset
19 #endif