re PR other/63504 (Issues found by --enable-checking=valgrind)
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Jan 2015 20:30:30 +0000 (21:30 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 28 Jan 2015 20:30:30 +0000 (21:30 +0100)
commit13a48f378062cbd707063393613c44e17a18b71f
tree83d3087435763de99771071c43b7c2521a50dc82
parent11c3a68e359dd7837a5f6b1d763c1b2aeebdd4de
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
gcc/ChangeLog
gcc/dwarf2out.c