aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2015-01-28 21:30:30 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2015-01-28 21:30:30 +0100
commit13a48f378062cbd707063393613c44e17a18b71f (patch)
tree83d3087435763de99771071c43b7c2521a50dc82 /gcc/ChangeLog
parent11c3a68e359dd7837a5f6b1d763c1b2aeebdd4de (diff)
downloadgcc-13a48f378062cbd707063393613c44e17a18b71f.zip
gcc-13a48f378062cbd707063393613c44e17a18b71f.tar.gz
gcc-13a48f378062cbd707063393613c44e17a18b71f.tar.bz2
re PR other/63504 (Issues found by --enable-checking=valgrind)
PR other/63504 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor): Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>. (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum only get_full_len HOST_WIDE_INTs from get_val () array rather than all bits in *val_wide. From-SVN: r220216
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e39a383..d1ce2aac 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2015-01-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR other/63504
+ * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
+ Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
+ (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
+ only get_full_len HOST_WIDE_INTs from get_val () array rather than
+ all bits in *val_wide.
+
2015-01-28 Jan Hubicka <hubicka@ucw.cz>
* varpool.c (tls_model_names): Fix names.