]> gcc.gnu.org Git - gcc.git/commit
decl.c (duplicate_decls): Handle template specializations correctly.
authorMark Mitchell <mmitchell@usa.net>
Mon, 20 Oct 1997 18:46:24 +0000 (18:46 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 20 Oct 1997 18:46:24 +0000 (14:46 -0400)
commit92eca6404c697e48a0be9ce9d083ecd4c6732e01
tree2bd335677e64a3452d29460d3979433fbd3f015d
parenta6967cc077d1ad550014789582bb489e5aaf25c9
decl.c (duplicate_decls): Handle template specializations correctly.

Mon Oct 20 11:44:20 1997  Mark Mitchell  <mmitchell@usa.net>

* decl.c (duplicate_decls): Handle template specializations
correctly.
* error.c (dump_function_name): Fix printing of specializations of
member functions that are not member templates.
* cp-tree.h (processing_specialization): Make global.
* pt.c (processing_specialization): Likewise.
* lex.c (cons_up_default_function): Save and restore
processing_specialization to avoid confusion.

From-SVN: r16101
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/lex.c
gcc/cp/pt.c
This page took 0.064359 seconds and 5 git commands to generate.