* dwarf2out.c (cur_line_info_table): Add GTY marker.
authorNathan Sidwell <nathan@acm.org>
Tue, 31 May 2016 15:54:43 +0000 (15:54 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 31 May 2016 15:54:43 +0000 (15:54 +0000)
From-SVN: r236929

gcc/ChangeLog
gcc/dwarf2out.c

index abb536a385a736176e96f9282e418fce0a852707..984e180348a71dcf431232513a747a767c33d5f8 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-31  Nathan Sidwell  <nathan@acm.org>
+
+       * dwarf2out.c (cur_line_info_table): Add GTY marker.
+
 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
 
        * config/sh/constraints.md (b): Remove constraint.
index b0173f7a5ce73099f22bc9394cef6251eda7c5ce..fe098683b2508108c4b5e22b9677ff2361e6dded 100644 (file)
@@ -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;