summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-28 22:28:13 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-28 22:28:13 +0000
commitbd9e37a64ba5d9cd9da75ae78410cd02ad30cea5 (patch)
tree3a3b8763ec8b9788a57d6ba82b14ac6cdaf9d403 /libcpp/ChangeLog
parent9b30659771564be3d875f4b17e115939d29ad349 (diff)
downloadgcc-bd9e37a64ba5d9cd9da75ae78410cd02ad30cea5.tar.gz
(libcpp)
PR preprocessor/17610 * directives.c (do_include_common): Error out if an empty filename is given for #include (or #include_next or #import). (gcc) PR preprocessor/17610 * testsuite/gcc.dg/cpp/empty-include.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91428 138bc75d-0d04-0410-961f-82ee72b054a4
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 2b709b418a2..3b01f82668f 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ PR preprocessor/17610
+ * directives.c (do_include_common): Error out if an empty filename
+ is given for #include (or #include_next or #import).
+
2004-11-27 Roger Sayle <roger@eyesopen.com>
Zack Weinberg <zack@codesourcery.com>