From 3888aa45db652f116256870f2bc75cd3a2b847d8 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Thu, 15 Jun 2006 03:39:10 +0000 Subject: [PATCH] Fix ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114666 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index abd63d9..afd2f7a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,22 +1,17 @@ -2006-06-14 Gabriel Dos Reis - - * typeck.c (build_modify_expr): Tidy diagnostic message. - 2006-06-14 Mark Mitchell - * parser.c (cp_parser_unqualified_id): Use constructor_name_p to - check destructor names. - (cp_parser_nested_name_specifier_opt): Remove invalid - optimization. - - * parser.c (cp_parser_declarator): Robustify. - PR c++/26559 * pt.c (tsubst_expr): Use finish_omp_atomic. (value_dependent_expression_p): All CALL_EXPRs are dependent. * semantics.c (finish_omp_atomic): Rework to use standard paradigms for handling non-dependent expressions. +2006-06-14 Gabriel Dos Reis + + * typeck.c (build_modify_expr): Tidy diagnostic message. + +2006-06-14 Mark Mitchell + PR c++/28018 * typeck.c (build_modify_expr): Disallow array assignment. -- 2.7.4