* pt.c (last_pending_template) Declare GTY().
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 29 Jan 2003 02:05:38 +0000 (02:05 +0000)
committerFariborz Jahanian <fjahanian@gcc.gnu.org>
Wed, 29 Jan 2003 02:05:38 +0000 (02:05 +0000)
From-SVN: r62062

gcc/ChangeLog
gcc/cp/pt.c

index 89ffb3842823dc73b5db7a2517360dd1a852648f..0d2502ae6351e953cfe98ab5445e3164c2da59e9 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-28  Fariborz Jahanian  <fjahanian@apple.com>
+
+       * pt.c (last_pending_template) Declare GTY().
+
 2003-01-28  Stan Shebs  <shebs@apple.com>
 
        * coretypes.h (cpp_reader): Forward declare struct.
index bbfec1483f083ca919bb5748002752c10a69b912..21d3536193c5dd852056ee7bdfb3976f9c66c098 100644 (file)
@@ -55,7 +55,7 @@ typedef int (*tree_fn_t) PARAMS ((tree, void*));
    (for a function or static data member), or a TYPE (for a class)
    indicating what we are hoping to instantiate.  */
 static GTY(()) tree pending_templates;
-static tree last_pending_template;
+static GTY(()) tree last_pending_template;
 
 int processing_template_parmlist;
 static int template_header_count;