summaryrefslogtreecommitdiffstats
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f8721f72202..abd63d9be4f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -4,6 +4,19 @@
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.
+
PR c++/28018
* typeck.c (build_modify_expr): Disallow array assignment.
OpenPOWER on IntegriCloud