OSDN Git Service

* mangle.c (DECL_TEMPLATE_ID_P): Remove.
authorsamuel <samuel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Jul 2000 23:37:04 +0000 (23:37 +0000)
committersamuel <samuel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Jul 2000 23:37:04 +0000 (23:37 +0000)
commit8762fbe2a1df4f0252a92a5fe6d8af007ad473b2
treeba7a10bab18f248255919c0c392770a86e35ff54
parent055bf0ac1ab7d9eddd813db2c52b6daef392bd61
* mangle.c (DECL_TEMPLATE_ID_P): Remove.
(CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
ascertaining primaryness.
(G): Remove template_args.
(decl_is_template_id): New function.
(write_encoding): Use decl_is_template_id.
(write_name): Likewise.  Handle type_decls.  Get main variant of
type decls.
(write_nested_name): Likewise.
(write_prefix): Likewise.
(write_template_prefix): Likewise.
(write_special_name_constructor): Remove defunct production from
comment.
(write_bare_function_type): Remove comment about absent parameter.
(write_template_template_arg): Add missing grammar production to
comment.

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