aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-21 15:03:47 +0000
committermmitchel <>2005-10-21 15:03:47 +0000
commit7468bcc47d5fc7b3a23771690e9fcfb65b6e3989 (patch)
tree3f538af86373ecd129467ec75c2098c60a310cee /gcc/cp/ChangeLog
parent4af182e5683baa715062ad96c7c54cc82a5bc13e (diff)
PR c++/24260
* parser.c (cp_parser_init_declarator): Pass attributes to grokfield. PR c++/24260 * g++.dg/ext/tmplattr1.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 bba2e8e94f0..dee7410600d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-21 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/24260
+ * parser.c (cp_parser_init_declarator): Pass attributes to
+ grokfield.
+
2005-10-20 Mark Mitchell <mark@codesourcery.com>
PR c++/22618