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

Reply via email to