diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-11-03 18:10:19 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-11-03 18:10:19 -0800 |
commit | 5571f74f66e462873f442db894ab278c0f6aa563 (patch) | |
tree | 097d4894730f04d5fb11c4ce8c76f1c9a075b279 /libcpp/ChangeLog | |
parent | 95cd6f6f66b75aebb3d479840a6949e3fbc09e46 (diff) | |
download | gcc-5571f74f66e462873f442db894ab278c0f6aa563.tar.gz |
Fix failure with pragma once where buffer is NULL and buffer_valid is true.
PR preprocessor/24202
* files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
From-SVN: r106472
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 422203c64a1..3b14dabf134 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-03 James E Wilson <wilson@specifix.com> + + PR preprocessor/24202 + * files.c (_cpp_pop_file_buffer): Set buffer_valid to false. + 2005-11-04 Joseph S. Myers <joseph@codesourcery.com> * include/cpplib.h (struct cpp_callbacks): Make error take |