From: GCC Administrator Date: Mon, 1 May 2023 00:21:04 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.3.0~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2abb50064a2a72e9ec98c13f5b5c68cf668e35a2;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8de8e66b47cd..cc2a1e59aded 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230430 +20230501 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 21718759cf6d..3b55bea9efe9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,30 @@ +2023-04-30 Iain Sandoe + + Backported from master: + 2023-04-09 Iain Sandoe + + * coroutines.cc (coro_rewrite_function_body): Ensure that added + bind expressions have scope blocks. + +2023-04-30 Iain Sandoe + + Backported from master: + 2023-04-01 Iain Sandoe + + 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 + + Backported from master: + 2022-12-16 Andrew Pinski + Iain Sandoe + + PR c++/107768 + * coroutines.cc (coro_rewrite_function_body): Initialize pointers + from nullptr_node. (morph_fn_to_coro): Likewise. + 2023-04-28 Patrick Palka Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a0dffcb74512..fab919c31677 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2023-04-30 Andrew Pinski + + Backported from master: + 2022-12-16 Andrew Pinski + Iain Sandoe + + PR c++/107768 + * g++.dg/coroutines/pr107768.C: New test. + 2023-04-28 Patrick Palka Backported from master: