diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89ffb384282..0d2502ae635 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-28 Fariborz Jahanian + + * pt.c (last_pending_template) Declare GTY(). + 2003-01-28 Stan Shebs * coretypes.h (cpp_reader): Forward declare struct. diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index bbfec1483f0..21d3536193c 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -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;