From 0f41242a8443530cdd6e5ae7341980cfceb70d71 Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 23 Jan 2015 09:47:51 +0000 Subject: PR debug/64511 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next GTY markup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220031 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/dwarf2out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.h') diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 7be3a31b6cb..a4d7df8cbea 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -205,7 +205,7 @@ struct GTY(()) dw_val_node { /* Locations in memory are described using a sequence of stack machine operations. */ -struct GTY(()) dw_loc_descr_node { +struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node { dw_loc_descr_ref dw_loc_next; ENUM_BITFIELD (dwarf_location_atom) dw_loc_opc : 8; /* Used to distinguish DW_OP_addr with a direct symbol relocation -- cgit v1.2.1