From 3fa4114a49f5fe202c20bca39b055d994fecdf8b Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 12 Nov 1999 22:25:42 +0000 Subject: [PATCH] * rtti.c (synthesize_tinfo_fn): Set DECL_DEFER_OUTPUT. From-SVN: r30514 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/rtti.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4239604..96eb09b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-11-12 Jason Merrill + + * rtti.c (synthesize_tinfo_fn): Set DECL_DEFER_OUTPUT. + Fri Nov 12 12:56:32 MST 1999 Diego Novillo * init.c (init_init_processing): Re-instated Nov 11 patch after diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 78c1059..87d6df1 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -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 (); -- 2.7.4