* rtti.c (synthesize_tinfo_fn): Set DECL_DEFER_OUTPUT.

From-SVN: r30514
This commit is contained in:
Jason Merrill 1999-11-12 22:25:42 +00:00 committed by Jason Merrill
parent 1953b2a3b1
commit 3fa4114a49
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
1999-11-12 Jason Merrill <jason@yorick.cygnus.com>
* rtti.c (synthesize_tinfo_fn): Set DECL_DEFER_OUTPUT.
Fri Nov 12 12:56:32 MST 1999 Diego Novillo <dnovillo@cygnus.com>
* init.c (init_init_processing): Re-instated Nov 11 patch after

View file

@ -1133,6 +1133,7 @@ synthesize_tinfo_fn (fndecl)
/* Begin processing the function. */
start_function (NULL_TREE, fndecl, NULL_TREE,
SF_DEFAULT | SF_PRE_PARSED);
DECL_DEFER_OUTPUT (fndecl) = 1;
store_parm_decls ();
clear_last_expr ();