* pt.c (mark_decl_instantiated): Don't call defer_fn.

From-SVN: r83267
This commit is contained in:
Geoffrey Keating 2004-06-16 22:07:03 +00:00 committed by Geoffrey Keating
parent 5e04daf317
commit 18cf0da278
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2004-06-16 Geoffrey Keating <geoffk@apple.com>
* pt.c (mark_decl_instantiated): Don't call defer_fn.
2004-06-16 Richard Henderson <rth@redhat.com>
* parser.c (cp_parser_labeled_statement): Update commentary.

View File

@ -10157,11 +10157,6 @@ mark_decl_instantiated (tree result, int extern_p)
else if (TREE_PUBLIC (result))
maybe_make_one_only (result);
}
if (TREE_CODE (result) == FUNCTION_DECL
&& (DECL_ARTIFICIAL (result)
|| (DECL_DECLARED_INLINE_P (result) && TREE_USED (result))))
defer_fn (result);
}
/* Given two function templates PAT1 and PAT2, return: