diff options
| author | Jakub Jelinek <jakub@redhat.com> | 2006-12-29 09:15:08 +0100 |
|---|---|---|
| committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-12-29 09:15:08 +0100 |
| commit | 9d30f270db7f21cd6a501dc94b28a76831444e87 (patch) | |
| tree | 56b100954658b22feb7776f7f8a55f56531a16e0 /libcpp/ChangeLog | |
| parent | 311c6da40f1dd2f6f51d06e1bb81b009481812ca (diff) | |
| download | gcc-9d30f270db7f21cd6a501dc94b28a76831444e87.tar.gz gcc-9d30f270db7f21cd6a501dc94b28a76831444e87.tar.bz2 gcc-9d30f270db7f21cd6a501dc94b28a76831444e87.zip | |
re PR preprocessor/29612 (gcc --save-temps does not give "multi-character character constant" error)
PR preprocessor/29612
* directives.c (do_linemarker): Set pfile->buffer->sysp always, not
only when new_sysp is non-zero.
* gcc.dg/cpp/pr29612-1.c: New test.
* gcc.dg/cpp/pr29612-2.c: New test.
From-SVN: r120257
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 1b1f833b8d7..de8eb92095c 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2006-12-29 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/29612 + * directives.c (do_linemarker): Set pfile->buffer->sysp always, not + only when new_sysp is non-zero. + 2006-12-28 Tom Tromey <tromey@redhat.com> PR preprocessor/30001: |
