diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-01 21:06:04 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-01 21:06:04 +0000 |
commit | 39bcf29914da7e2f9e22456626758619104cb6d6 (patch) | |
tree | 78997fd39595c6ea1728a0697ea35af66c6f87b7 /libcpp/ChangeLog | |
parent | 57fad2bf00b5bdbf8129af300933cddf4b966490 (diff) | |
download | gcc-39bcf29914da7e2f9e22456626758619104cb6d6.tar.gz |
PR middle-end/56461
* files.c (_cpp_save_file_entries): Free result at the end.
* pch.c (cpp_string_free): New function.
(cpp_save_state): Use it in htab_create call.
(cpp_write_pch_deps): Free ss->defs. Destroy ss->definedhash.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196394 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 934db6a08cd..3d8473dabb6 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2013-03-01 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/56461 + * files.c (_cpp_save_file_entries): Free result at the end. + * pch.c (cpp_string_free): New function. + (cpp_save_state): Use it in htab_create call. + (cpp_write_pch_deps): Free ss->defs. Destroy ss->definedhash. + 2013-02-28 Jakub Jelinek <jakub@redhat.com> * files.c (_cpp_find_file): If returning early, before storing |