+2020-06-28 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2020-06-24 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR c++/95518
+ PR c++/95813
+ * coroutines.cc (act_des_fn): Copy function
+ attributes onto the outlined coroutine helpers.
+
2020-06-25 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
+2020-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2020-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/cond.c (lowerArrayAggregate): Directly use the elements of the
+ array for TupleExp creation.
+ (lowerNonArrayAggregate): Inline creation of foreach range indexes.
+
2020-06-26 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
+2020-06-28 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2020-06-24 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR c++/95518
+ PR c++/95813
+ * g++.dg/coroutines/pr95518.C: New test.
+ * g++.dg/coroutines/pr95813.C: New test.
+
+2020-06-28 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2020-06-24 Iain Sandoe <iain@sandoe.co.uk>
+
+ * g++.dg/coroutines/void-gro-non-class-coro.C: Moved to...
+ * g++.dg/coroutines/coro-bad-gro-01-void-gro-non-class-coro.C: ...here.
+ * g++.dg/coroutines/coro-bad-gro-00-class-gro-scalar-return.C: New test.
+
2020-06-27 Harald Anlauf <anlauf@gmx.de>
Backported from master: