]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index 382d3b1253419f2633dcc83e922ee2dcded8adc6..805ed184220b26ea9cf7a78d4f181dedd7356298 100644 (file)
@@ -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