* pt.c (instantiate_pending_templates): Reset template level.

From-SVN: r34886
This commit is contained in:
Nathan Sidwell 2000-07-06 10:28:36 +00:00 committed by Nathan Sidwell
parent 09074fda4f
commit 84e5ca0f37
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
* pt.c (instantiate_pending_templates): Reset template level.
2000-07-05 Jason Merrill <jason@redhat.com>
* call.c (joust): Don't complain about `operator char *()' beating

View File

@ -9813,6 +9813,8 @@ instantiate_pending_templates ()
else
t = &TREE_CHAIN (*t);
}
tinst_depth = 0;
current_tinst_level = NULL_TREE;
}
template_tail = t;