* gcc.dg/cpp/assembl2.S: New test case.
From-SVN: r39109
This commit is contained in:
parent
6fe349a91d
commit
e096bdde90
@ -1,3 +1,7 @@
|
||||
2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* gcc.dg/cpp/assembl2.S: New test case.
|
||||
|
||||
2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
|
||||
|
||||
* gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
|
||||
|
19
gcc/testsuite/gcc.dg/cpp/assembl2.S
Normal file
19
gcc/testsuite/gcc.dg/cpp/assembl2.S
Normal file
@ -0,0 +1,19 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||
|
||||
/* { dg-do preprocess } */
|
||||
|
||||
/* Source: Bug report of Jonathan Larmour. Tweaked for test suite by
|
||||
Neil Booth, 17 Jan 2000. */
|
||||
|
||||
/* We would not test the buffer->was_skipping variable when skipping,
|
||||
meaning that some false directives confused CPP. */
|
||||
|
||||
#if 0
|
||||
# foo
|
||||
# fee
|
||||
# fie
|
||||
# foe
|
||||
# fum
|
||||
#elif 0
|
||||
# bundy
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user