aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-01-03 17:58:26 +0000
committerTom Tromey <tromey@gcc.gnu.org>2008-01-03 17:58:26 +0000
commit33ae48375f1ceba18d2fe42d10acdf7a6b8acaba (patch)
treec6771e54be61d92ae4c113b997d5d553a15c2866 /libcpp/ChangeLog
parentcac67c0835c7cf87ca6bb62b5fab0a781ac006b4 (diff)
downloadgcc-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/ChangeLog6
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,