From 89e475e49605df6eef508b802093735fe6a506fe Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 21 Mar 2013 17:29:17 +0000 Subject: [PATCH] correct changelog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196885 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 37b67ce991c..7c282e85719 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -109,7 +109,7 @@ (cp_parser_binary_expression): Likewise. (cp_parser_assignment_expression): Likewise. (cp_parser_postfix_expression): Likewise. Pass tf_decltype. - (cp_parser_explicit_instantiation): Add decltype_p. Force a + (cp_parser_expression): Add decltype_p. Force a temporary for a call on the LHS of a comma. (cp_parser_decltype): Pass true to decltype_p parms. * pt.c (tsubst) [DECLTYPE_TYPE]: Pass tf_decltype. -- 2.11.4.GIT