pt.c (unify): Call coerce_template_parms with the COMPLAIN flag turned off.
authorJason Merrill <jason@gcc.gnu.org>
Fri, 5 Feb 1999 02:42:48 +0000 (21:42 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 5 Feb 1999 02:42:48 +0000 (21:42 -0500)
commitfcfcdfc8970fd436587ee62f65d2df23d74d506c
tree28081cfe68b8240a6691608b4acaf05aadca62f5
parent8e7dd8d984fe5678b8d6dbe8d8524beedd15e1b3
pt.c (unify): Call coerce_template_parms with the COMPLAIN flag turned off.

* pt.c (unify): Call coerce_template_parms with the COMPLAIN flag
turned off.
* lex.c (retrofit_lang_decl): Split out...
(build_lang_decl): From here.
* decl.c (pushdecl): Call it for functions generated by the middle
end that don't have DECL_LANG_SPECIFIC.
* decl2.c: Remove flag_init_priority.  Always enable initp stuff.
(start_objects, finish_objects): Only use special
init_priority code if the user specified a priority.
(do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
objects.

From-SVN: r25036
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/pt.c