summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-23 17:10:37 +0000
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-23 17:10:37 +0000
commit3ebfd19c6f829cd0d73a7c666174c0be379ab7a0 (patch)
tree5db7ad6fdc64c09a233ef4189f70daca1d224e18 /gcc/cp/ChangeLog
parent1282ed8f18389ca494d73a34fa1f35b72ce0ab78 (diff)
downloadgcc-3ebfd19c6f829cd0d73a7c666174c0be379ab7a0.tar.gz
* decl.c (grokdeclarator): Improve diagnostic for friend
declarations of class members. * g++.dg/other/friend4.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109017 138bc75d-0d04-0410-961f-82ee72b054a4
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 5d906193e73..6a6090a8af8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ * decl.c (grokdeclarator): Improve diagnostic for friend
+ declarations of class members.
+
2005-12-22 Mark Mitchell <mark@codesourcery.com>
PR c++/25369