]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Jun 2020 00:17:02 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Jun 2020 00:17:02 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index 47ccf01cbbe488dff9b56194bdd9b292a5943043..39082fd9fabd13bf579488bb1c10c72440c3f976 100644 (file)
@@ -1 +1 @@
-20200628
+20200629
index eee028048068622fa7c9780c5d0b63a909e63d3a..03c6e88b4687cf2d69e22fc01790884b20c4dfba 100644 (file)
@@ -1,3 +1,13 @@
+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:
index 94a3ad74cdfb72fb639199309991c52512c2afe5..d22cbf03762fe0041d6c90fec756f3d1d1c136ea 100644 (file)
@@ -1,3 +1,12 @@
+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:
index 70ca16f5d6660ce45c46fb8c9578e66116a1b21c..241ed4782b5899532b9d938e3049b1b409d8c7c2 100644 (file)
@@ -1,3 +1,22 @@
+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: