diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-23 17:10:37 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-23 17:10:37 +0000 |
commit | 3ebfd19c6f829cd0d73a7c666174c0be379ab7a0 (patch) | |
tree | 5db7ad6fdc64c09a233ef4189f70daca1d224e18 /gcc/cp/ChangeLog | |
parent | 1282ed8f18389ca494d73a34fa1f35b72ce0ab78 (diff) | |
download | gcc-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/ChangeLog | 5 |
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 |