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
This commit is contained in:
Jakub Jelinek 2000-07-10 09:54:41 +02:00 committed by Jakub Jelinek
parent 3f2efc377f
commit f12eef5818
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* init.c (build_new_1): Bail early if the call to new fails.

View File

@ -2683,6 +2683,7 @@ expand_body (fn)
/* And restore the current source position. */
lineno = saved_lineno;
input_filename = saved_input_filename;
extract_interface_info ();
timevar_pop (TV_EXPAND);
}