From: nathan Date: Tue, 31 May 2016 15:54:43 +0000 (+0000) Subject: * dwarf2out.c (cur_line_info_table): Add GTY marker. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3720f89afd837c9e23edce84391a3d82c30ae7aa;p=thirdparty%2Fgcc.git * dwarf2out.c (cur_line_info_table): Add GTY marker. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236929 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abb536a385a7..984e180348a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-05-31 Nathan Sidwell + + * dwarf2out.c (cur_line_info_table): Add GTY marker. + 2016-05-31 Oleg Endo * config/sh/constraints.md (b): Remove constraint. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index b0173f7a5ce7..fe098683b250 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3038,7 +3038,7 @@ static unsigned int line_info_label_num; /* The current table to which we should emit line number information for the current function. This will be set up at the beginning of assembly for the function. */ -static dw_line_info_table *cur_line_info_table; +static GTY(()) dw_line_info_table *cur_line_info_table; /* The two default tables of line number info. */ static GTY(()) dw_line_info_table *text_section_line_info;