aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorrguenth <>2005-10-20 07:07:46 +0000
committerrguenth <>2005-10-20 07:07:46 +0000
commitfc77881fd80c8bf2bb345cec629892684bf8889b (patch)
treedb1237f93bf2a7aefba0a1e0fd827485bdc20f71 /gcc/cp/ChangeLog
parentbc40eaa9824c04b9952c9a76a94fa6db17217f67 (diff)
2005-10-20 Richard Guenther <rguenther@suse.de>
* decl.c (grokdeclarator): Fix ambiguous pedwarn message.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index e7c259da63c..23447326db5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-20 Richard Guenther <rguenther@suse.de>
+
+ * decl.c (grokdeclarator): Fix ambiguous pedwarn message.
+
2005-10-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/22293