decl.c (duplicate_decls): Fix check for when it's safe to free the new decl.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 17 Apr 1998 00:26:13 +0000 (00:26 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 17 Apr 1998 00:26:13 +0000 (20:26 -0400)
commit3a56f0abd34dc9e5cafbae220b843ee2c5b73f4a
tree81efd47d1e3126e525d2882ec155781cd81f24d7
parente009aaf31fe0817ed9935c668817b2b83e141ba4
decl.c (duplicate_decls): Fix check for when it's safe to free the new decl.

* decl.c (duplicate_decls): Fix check for when it's safe to free
the new decl.
* pt.c (mangle_class_name_for_template): Don't pass a typedef type
to type_as_string.
From Mark Mitchell:
(unify): Use comptypes to compare type args.

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