aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2000-06-06 19:55:54 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-06-06 19:55:54 +0000
commit93136754c17836b592089e2c335108870344aead (patch)
tree1ce2414c9f0429736572b3d0cf4c84b806d91e34 /gcc/cp
parent14d075d85dccf7e7f56a6fdbf09e2822b5343623 (diff)
downloadgcc-93136754c17836b592089e2c335108870344aead.zip
gcc-93136754c17836b592089e2c335108870344aead.tar.gz
gcc-93136754c17836b592089e2c335108870344aead.tar.bz2
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
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 198ff67..5775c26 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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