From 86f57bd55c2093b814c00e3dee33d89711d6fbda Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 31 May 2016 15:54:43 +0000 Subject: * dwarf2out.c (cur_line_info_table): Add GTY marker. From-SVN: r236929 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index b0173f7..fe09868 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; -- cgit v1.1