aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-16 20:57:42 +0000
committermmitchel <>2005-10-16 20:57:42 +0000
commit9caf288666adab8be0df7d801668ccc23ed8d94d (patch)
treeab738f5c46c855a4e43987146edc69ba6ebbc769 /gcc/cp/ChangeLog
parent0cc80e71a2326cc7acce2cc28a0fe4e2ed4a9d3c (diff)
PR c++/22173
* decl.c (check_template_keyword): Fix thinko.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 022cad3a127..0393ea84396 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-16 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/22173
+ * decl.c (check_template_keyword): Fix thinko.
+
2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/23959
@@ -48,7 +53,7 @@
* typeck.c (check_template_keyword): New function.
(finish_class_member_access_expr): Add template_p argument. Check
for invalid uses of the template keyword.
-
+
2005-10-15 Mark Mitchell <mark@codesourcery.com>
PR c++/21347