]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 May 2023 00:21:04 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 May 2023 00:21:04 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 8de8e66b47cdc86cec21003836c2c6167f4150f7..cc2a1e59adedd5adf4317cb2b5a3597d7aac16a0 100644 (file)
@@ -1 +1 @@
-20230430
+20230501
index 21718759cf6dd24be658a8c988f6ed5782ae6936..3b55bea9efe9ee61e1c1a302fea7162ba965bae8 100644 (file)
@@ -1,3 +1,30 @@
+2023-04-30  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-04-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * coroutines.cc (coro_rewrite_function_body): Ensure that added
+       bind expressions have scope blocks.
+
+2023-04-30  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-04-01  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/101118
+       * coroutines.cc (flatten_await_stmt): Use the current count of
+       promoted temporaries to build a unique name for the frame entries.
+
+2023-04-30  Andrew Pinski  <pinskia@gmail.com>
+
+       Backported from master:
+       2022-12-16  Andrew Pinski  <pinskia@gmail.com>
+                   Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/107768
+       * coroutines.cc (coro_rewrite_function_body): Initialize pointers
+       from nullptr_node.  (morph_fn_to_coro): Likewise.
+
 2023-04-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index a0dffcb74512d17574d3c89a47ecc46b566037a6..fab919c316773161e15b2e049b2810bb5c11f94c 100644 (file)
@@ -1,3 +1,12 @@
+2023-04-30  Andrew Pinski  <pinskia@gmail.com>
+
+       Backported from master:
+       2022-12-16  Andrew Pinski  <pinskia@gmail.com>
+                   Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/107768
+       * g++.dg/coroutines/pr107768.C: New test.
+
 2023-04-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: