Commit a90f8ad5 by Volker Reichelt Committed by Volker Reichelt

* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.

From-SVN: r92484
parent df35e33c
2004-12-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.
2004-12-21 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/18984
......
......@@ -4649,7 +4649,7 @@ pushtag (tree name, tree type, int globalize)
d = maybe_process_template_type_declaration (type,
globalize, b);
if (d == error_mark_node)
return error_mark_node;
POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
if (b->kind == sk_class)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment