diff options
author | Jakub Jelinek <jakub@redhat.com> | 2000-09-04 09:51:58 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2000-09-04 09:51:58 +0200 |
commit | 29844fa7c724106adef78cb758ae1a57461758ae (patch) | |
tree | c8f56f6b0d1c0f0dd9bb8b652744f962731af294 /gcc/testsuite/ChangeLog | |
parent | e4e37381cab92b10ae601218bf461b2c904b4d6d (diff) | |
download | gcc-29844fa7c724106adef78cb758ae1a57461758ae.zip gcc-29844fa7c724106adef78cb758ae1a57461758ae.tar.gz gcc-29844fa7c724106adef78cb758ae1a57461758ae.tar.bz2 |
cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context, use posn - 1 to index into tokens array.
* cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
use posn - 1 to index into tokens array.
(maybe_paste_with_next): Adjust caller.
* gcc.dg/cpp/paste8.c: New test.
From-SVN: r36128
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 58e1aea..202ad8f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Jakub Jelinek <jakub@redhat.com> + + * gcc.dg/cpp/paste8.c: New test. + 2000-09-01 Alexandre Oliva <aoliva@redhat.com> * gcc.c-torture/compile/20000827-1.c: New test. |