Commit f12eef58 by Jakub Jelinek Committed by Jakub Jelinek

semantics.c (expand_body): Sync interface information at the end of function body expansion.

	* semantics.c (expand_body): Sync interface information
	at the end of function body expansion.

From-SVN: r34942
parent 3f2efc37
2000-07-10 Jakub Jelinek <jakub@redhat.com>
* semantics.c (expand_body): Sync interface information
at the end of function body expansion.
2000-07-09 Jason Merrill <jason@redhat.com> 2000-07-09 Jason Merrill <jason@redhat.com>
* init.c (build_new_1): Bail early if the call to new fails. * init.c (build_new_1): Bail early if the call to new fails.
......
...@@ -2683,6 +2683,7 @@ expand_body (fn) ...@@ -2683,6 +2683,7 @@ expand_body (fn)
/* And restore the current source position. */ /* And restore the current source position. */
lineno = saved_lineno; lineno = saved_lineno;
input_filename = saved_input_filename; input_filename = saved_input_filename;
extract_interface_info ();
timevar_pop (TV_EXPAND); timevar_pop (TV_EXPAND);
} }
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