aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2006-06-15 03:39:10 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2006-06-15 03:39:10 +0000
commit070809e38c1ac0d2232a084f4d87a08fe0c7c34d (patch)
tree2143389b03afe97f7c1f51b123f4b192eb8c0b9b /gcc/cp
parentfe89d79748951c95a113e10b6184ca5284d3936d (diff)
downloadgcc-070809e38c1ac0d2232a084f4d87a08fe0c7c34d.zip
gcc-070809e38c1ac0d2232a084f4d87a08fe0c7c34d.tar.gz
gcc-070809e38c1ac0d2232a084f4d87a08fe0c7c34d.tar.bz2
Fix ChangeLog
From-SVN: r114666
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog17
1 files 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 <gdr@integrable-solutions.net>
-
- * typeck.c (build_modify_expr): Tidy diagnostic message.
-
2006-06-14 Mark Mitchell <mark@codesourcery.com>
- * 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 <gdr@integrable-solutions.net>
+
+ * typeck.c (build_modify_expr): Tidy diagnostic message.
+
+2006-06-14 Mark Mitchell <mark@codesourcery.com>
+
PR c++/28018
* typeck.c (build_modify_expr): Disallow array assignment.