aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-07-11 08:46:56 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-07-11 08:46:56 +0000
commitd7ba717ec0fb5400d48d16b8377267c541350a89 (patch)
tree6d688d74f299872d6b0c0a84c80de8bb9701b605 /gcc/cp/ChangeLog
parenta8c0f05701cf70cf67abc7f0ee4fd125c531cc46 (diff)
re PR c++/8164 (ICE when using different const expressions as template parameter)
PR c++/8164 * decl.c (duplicate_decls): Avoid mangling names unnecessarily. PR c++/8164 * g++.dg/template/nontype2.C: New test. From-SVN: r69227
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 4c4561cfe7e..ce9028a0ecf 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-11 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/8164
+ * decl.c (duplicate_decls): Avoid mangling names unnecessarily.
+
2003-07-10 Mark Mitchell <mark@codesourcery.com>
PR c++/10558