summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-06-03 00:16:34 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-06-03 00:16:34 +0000
commita9312a7926079ddb78b5f93681a9f6823422f5e1 (patch)
treece23afb409662bd91088eead75569c9a2b62247f /gcc/cp
parent44564c4c811f4751daf363ca019a9f9bed702f4f (diff)
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 382d3b12534..805ed184220 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,24 @@
+2020-06-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/95193
+ * pt.c (tsubst_decl): Relax assert.
+
+2020-06-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR c++/95050
+ * coroutines.cc (build_co_await): Wrap the co_await expression
+ in a TARGET_EXPR, where needed.
+ (finish_co_yield_expr): Likewise.
+
+2020-06-02 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/92633
+ PR c++/92838
+ * pt.c (tsubst_function_decl): Don't do set_constraints when
+ regenerating a lambda.
+ (tsubst_lambda_expr): Substitute into the lambda's constraints
+ and do set_constraints here.
+
2020-06-01 Jason Merrill <jason@redhat.com>
PR c++/95466