[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 28 20:31:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504
--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Jan 28 20:30:30 2015
New Revision: 220216
URL: https://gcc.gnu.org/viewcvs?rev=220216&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c
More information about the Gcc-bugs
mailing list