diff options
author | Tom Tromey <tromey@redhat.com> | 2008-01-03 17:58:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-01-03 17:58:26 +0000 |
commit | 33ae48375f1ceba18d2fe42d10acdf7a6b8acaba (patch) | |
tree | c6771e54be61d92ae4c113b997d5d553a15c2866 /libcpp/ChangeLog | |
parent | cac67c0835c7cf87ca6bb62b5fab0a781ac006b4 (diff) | |
download | gcc-33ae48375f1ceba18d2fe42d10acdf7a6b8acaba.zip gcc-33ae48375f1ceba18d2fe42d10acdf7a6b8acaba.tar.gz gcc-33ae48375f1ceba18d2fe42d10acdf7a6b8acaba.tar.bz2 |
re PR preprocessor/34602 (Internal error with invalid #line directive)
libcpp
PR preprocessor/34602.
* directives.c (do_line): Don't try to spell EOF token.
(do_linemarker): Add comment.
gcc/testsuite
PR preprocessor/34602:
* gcc.dg/cpp/pr34602.c: New file.
From-SVN: r131304
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 217294a..335686f 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2008-01-03 Tom Tromey <tromey@redhat.com> + + PR preprocessor/34602. + * directives.c (do_line): Don't try to spell EOF token. + (do_linemarker): Add comment. + 2007-12-11 DJ Delorie <dj@redhat.com> * charset.c (convert_using_iconv): Close out any shift states, |