OSDN Git Service

* pt.c (unify): Call coerce_template_parms with the COMPLAIN flag
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 1999 02:42:48 +0000 (02:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 1999 02:42:48 +0000 (02:42 +0000)
commit4ba5f7331e66bcb115cf558f425e5dad4c9b2151
tree28081cfe68b8240a6691608b4acaf05aadca62f5
parent6fdd7f7bf820fa93223489d79f419cd7e7f11ced
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25036 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/pt.c