aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorreichelt <>2005-10-18 15:20:55 +0000
committerreichelt <>2005-10-18 15:20:55 +0000
commitcfaa7a51b6a05aa116d9c3c6112a3a1cfaf6f4bf (patch)
treee0d29138a0ec4f4daa1df0f1faa9074d14b7041d /gcc/cp/ChangeLog
parent533257093b4e45703ba97cd8c335f91015434976 (diff)
PR c++/22293
* decl.c (grokdeclarator): Reject unqualified destructors in friend declarations. * g++.dg/other/friend3.C: New test.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 4c79e894de7..e7c259da63c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR c++/22293
+ * decl.c (grokdeclarator): Reject unqualified destructors in
+ friend declarations.
+
2005-10-18 Mark Mitchell <mark@codesourcery.com>
PR c++/23293