diff options
author | Jan Hubicka <jh@suse.cz> | 2006-07-27 19:10:07 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2006-07-27 17:10:07 +0000 |
commit | 3050098b161a9f830a4f4d38154bf139584f7330 (patch) | |
tree | 14266ba8c54052b56789938ae15882d061451a22 /libiberty/ChangeLog | |
parent | 96d0cc8186a650f653ec0bb47168b3ccb6426ce2 (diff) | |
download | gcc-3050098b161a9f830a4f4d38154bf139584f7330.zip gcc-3050098b161a9f830a4f4d38154bf139584f7330.tar.gz gcc-3050098b161a9f830a4f4d38154bf139584f7330.tar.bz2 |
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
PR rtl-optimization/28071
* hashtab.c (htab_empty): Clear out n_deleted/n_elements;
downsize the hashtable.
From-SVN: r115779
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 00c3089..745a2f4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2006-07-27 Jan Hubicka <jh@suse.cz> + + PR rtl-optimization/28071 + * hashtab.c (htab_empty): Clear out n_deleted/n_elements; + downsize the hashtable. + 2006-07-04 Peter O'Gorman <peter@pogma.com> * Makefile.in: chmod 644 before ranlib during install. |