* pt.c (mark_decl_instantiated): Don't call defer_fn.
From-SVN: r83267
This commit is contained in:
parent
5e04daf317
commit
18cf0da278
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user