aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2013-03-21 13:29:17 -0400
committerJason Merrill <jason@gcc.gnu.org>2013-03-21 13:29:17 -0400
commit4a5e2469172776e76626c1849d2e0c07f79226d1 (patch)
tree0ba91003066e666ea9c2de17785e120f3c5c5766 /gcc/cp
parent08e0cda61db940bb3b312b44b6d96219f697c27a (diff)
downloadgcc-4a5e2469172776e76626c1849d2e0c07f79226d1.zip
gcc-4a5e2469172776e76626c1849d2e0c07f79226d1.tar.gz
gcc-4a5e2469172776e76626c1849d2e0c07f79226d1.tar.bz2
correct changelog
From-SVN: r196885
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 37b67ce..7c282e8 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.