Commit 09ed39ad by Mark Mitchell Committed by Mark Mitchell

* decl.c (start_cleanup_fn): Call pushdecl.

From-SVN: r31376
parent 24618f49
2000-01-12 Mark Mitchell <mark@codesourcery.com> 2000-01-12 Mark Mitchell <mark@codesourcery.com>
* decl.c (start_cleanup_fn): Call pushdecl.
* call.c (convert_class_to_reference): Fix typos. * call.c (convert_class_to_reference): Fix typos.
(build_conditional_expr): Handle errors gracefully. (build_conditional_expr): Handle errors gracefully.
* class.c (push_nested_class): Likewise. * class.c (push_nested_class): Likewise.
......
...@@ -8026,6 +8026,7 @@ start_cleanup_fn () ...@@ -8026,6 +8026,7 @@ start_cleanup_fn ()
DECL_ARGUMENTS (fndecl) = parmdecl; DECL_ARGUMENTS (fndecl) = parmdecl;
} }
pushdecl (fndecl);
start_function (/*specs=*/NULL_TREE, fndecl, NULL_TREE, SF_PRE_PARSED); start_function (/*specs=*/NULL_TREE, fndecl, NULL_TREE, SF_PRE_PARSED);
do_pushlevel (); do_pushlevel ();
......
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