]> gcc.gnu.org Git - gcc.git/commitdiff
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)
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

index 198ff67c02a0f3859d836aa09be49f8e0b1f21af..5775c260585186b1abffa2276cd187d76a7dd686 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
 
        * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
This page took 0.078497 seconds and 5 git commands to generate.