diff options
Diffstat (limited to 'gcc/cp/rtti.c')
| -rw-r--r-- | gcc/cp/rtti.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |
