decl.c (pushdecl): Don't copy types if the DECL_ABSTRACT_ORIGIN of the new decl match...
authorMark Mitchell <mark@markmitchell.com>
Thu, 10 Sep 1998 11:20:43 +0000 (11:20 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 10 Sep 1998 11:20:43 +0000 (11:20 +0000)
commit1c80fb65ce6ad63e8499e9c5cfd1ace348d831df
tree40c2065d805fdb2bc7a4864ebb0e31fafc2f7c52
parent02e24c7ab0cc632fefb621ae3dbce2a2a05dbc3c
decl.c (pushdecl): Don't copy types if the DECL_ABSTRACT_ORIGIN of the new decl matches the...

* decl.c (pushdecl): Don't copy types if the
DECL_ABSTRACT_ORIGIN of the new decl matches the TYPE_NAME of the
type.

From-SVN: r22381
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.old-deja/g++.other/crash3.C [new file with mode: 0644]