Mon Mar 23 12:24:37 1998 Jason Merrill <jason@yorick.cygnus.com>
+ * pt.c (complete_template_args): Initialize skip properly.
+
* decl.c (make_typename_type): Revert.
(make_implicit_typename): Remove.
(lookup_name_real): Don't call it. Call lookup_field if we see a
new_args = make_tree_vec (depth + 1);
- if (! is_member_template (tmpl))
- /* If this isn't a member template, extra_args is for the innermost
- template class, so skip over it. */
- skip = 1;
+ /* If this isn't a member template, extra_args is for the innermost
+ template class, so skip over it. */
+ skip = (! is_member_template (tmpl));
type = DECL_REAL_CONTEXT (tmpl);
for (i = depth; i; type = TYPE_CONTEXT (type))