decl.c (duplicate_decls): Don't warn about template instances.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 7 Oct 1997 07:50:21 +0000 (03:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 7 Oct 1997 07:50:21 +0000 (03:50 -0400)
commitc32381b1878298d0d3e5f6625ed30b9d7b523fef
treeded2a3f8c24b4d19b9676b97beaa072fbcf41cb8
parent45f22fa2551c0002d82ff11384921418dc67711c
decl.c (duplicate_decls): Don't warn about template instances.

* decl.c (duplicate_decls): Don't warn about template instances.

* typeck.c (mark_addressable): Lose ancient code that unsets
DECL_EXTERNAL.

* pt.c (do_decl_instantiation): Lose support for instantiating
non-templates.

* call.c (build_new_function_call): Fix handling of null explicit
  template args.
(build_new_method_call): Likewise.

Mon Oct  6 23:44:34 1997  Mark Mitchell  <mmitchell@usa.net>

* method.c (build_underscore_int): Fix typo.

From-SVN: r15851
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/decl.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/typeck.c