]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have the same DECL_RESULT...
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 6 Jun 2000 19:55:54 +0000 (19:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 6 Jun 2000 19:55:54 +0000 (19:55 +0000)
commit93136754c17836b592089e2c335108870344aead
tree1ce2414c9f0429736572b3d0cf4c84b806d91e34
parent14d075d85dccf7e7f56a6fdbf09e2822b5343623
decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have the same DECL_RESULT, it's not a redefinition.

2000-06-06  Mark Mitchell  <mark@codesourcery.com>

* decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
the same DECL_RESULT, it's not a redefinition.
* pt.c (tsubst_decl): Remove code to handle illegal
specializations.

From-SVN: r34434
gcc/cp/ChangeLog