From: Mark Mitchell Date: Sun, 16 Oct 2005 21:57:42 +0000 (+0000) Subject: re PR c++/22173 (Bogus template keyword accepted) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf40d45d1874a42f4b3ba8c39242b74059edb767;p=gcc.git re PR c++/22173 (Bogus template keyword accepted) PR c++/22173 * decl.c (check_template_keyword): Fix thinko. From-SVN: r105470 --- 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 + + PR c++/22173 + * decl.c (check_template_keyword): Fix thinko. + 2005-10-16 Andrew Pinski 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 PR c++/21347