diff options
author | Michael Matz <matz@suse.de> | 2009-05-29 02:55:25 +0000 |
---|---|---|
committer | Michael Matz <matz@gcc.gnu.org> | 2009-05-29 02:55:25 +0000 |
commit | 4cfaf1ec98904cdf03c4759628d115e90ab03666 (patch) | |
tree | 1054b8879314bf73c51c08f767623896079f9da3 /libiberty/ChangeLog | |
parent | 5ff8e3a454a83c9d9822ad3f982394f992a6ce30 (diff) | |
download | gcc-4cfaf1ec98904cdf03c4759628d115e90ab03666.zip gcc-4cfaf1ec98904cdf03c4759628d115e90ab03666.tar.gz gcc-4cfaf1ec98904cdf03c4759628d115e90ab03666.tar.bz2 |
fibheap.c (fibheap_replace_key_data): Make sure we don't early out when forcing the minimum.
* fibheap.c (fibheap_replace_key_data): Make sure we don't early
out when forcing the minimum.
(fibheap_delete_node): Assert that we managed to force the minimum.
From-SVN: r147968
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 850979a..837dbda 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2009-05-29 Michael Matz <matz@suse.de> + + * fibheap.c (fibheap_replace_key_data): Make sure we don't early + out when forcing the minimum. + (fibheap_delete_node): Assert that we managed to force the minimum. + 2009-05-25 Tristan Gingold <gingold@adacore.com> * config.h-vms: Rewritten. Define configure macros. |