aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-12-15 14:31:28 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-12-15 13:31:28 +0000
commit1b449375c5fc5e21c13104fcacda78af1054571e (patch)
treeee4f13a206730085a5823040cd5d0b9a0e3f2b44 /libcpp/ChangeLog
parentc8c83c1828de1ed0e3a3a2974a4b273be92fa79a (diff)
downloadgcc-1b449375c5fc5e21c13104fcacda78af1054571e.tar.gz
gcc-1b449375c5fc5e21c13104fcacda78af1054571e.tar.bz2
gcc-1b449375c5fc5e21c13104fcacda78af1054571e.zip
re PR preprocessor/15167 (Internal compiler error with "#pragma once")
PR preprocessor/15167 * files.c (destroy_cpp_file): New function. (should_stack_file): Make a new file if the compared file is still stacked. From-SVN: r92194
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 3b01f82668f..41e8aaec7d2 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR preprocessor/15167
+ * files.c (destroy_cpp_file): New function.
+ (should_stack_file): Make a new file if the
+ compared file is still stacked.
+
2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
PR preprocessor/17610