diff options
| author | Jason Merrill <jason@yorick.cygnus.com> | 1999-11-12 22:25:42 +0000 |
|---|---|---|
| committer | Jason Merrill <jason@gcc.gnu.org> | 1999-11-12 17:25:42 -0500 |
| commit | 3fa4114a49f5fe202c20bca39b055d994fecdf8b (patch) | |
| tree | 10f1dc7c005f24fef44318999143e3e72b6e1713 /gcc/cp/rtti.c | |
| parent | 1953b2a3b1cca9b4cbb6b10322992ebb4c2aea59 (diff) | |
| download | gcc-3fa4114a49f5fe202c20bca39b055d994fecdf8b.zip gcc-3fa4114a49f5fe202c20bca39b055d994fecdf8b.tar.gz gcc-3fa4114a49f5fe202c20bca39b055d994fecdf8b.tar.bz2 | |
* rtti.c (synthesize_tinfo_fn): Set DECL_DEFER_OUTPUT.
From-SVN: r30514
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 (); |
