From: GCC Administrator Date: Sun, 15 Jun 2025 00:17:36 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33bf9ddf1128aaeddef84c118e8d4150d9d72739;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad1a0c19e14..0eaaf7cc2d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2025-06-14 Georg-Johann Lay + + Backported from master: + 2025-06-14 Georg-Johann Lay + + PR rtl-optimization/120423 + PR rtl-optimization/116389 + * config/avr/avr.md [-mno-lra]: Add pre-reload split to transform + (left shift of) a paradoxical subreg to a (left shift of) zero-extend. + 2025-06-13 Jakub Jelinek PR middle-end/120629 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b440a372cfd..caed742bd6e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250614 +20250615 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 00280820193..41d68eddbdb 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2025-06-14 Iain Sandoe + + * coroutines.cc (build_co_await): Identify diagnostics + for initial and final await expressions. + (cp_coroutine_transform::wrap_original_function_body): Do + not handle initial and final await expressions here ... + (cp_coroutine_transform::apply_transforms): ... handle them + here and avoid duplicate diagnostics. + * coroutines.h: Declare inital and final await expressions + in the transform class. Save the function closing brace + location. + 2025-06-13 Iain Sandoe PR c++/116775 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2936817425b..c339beb4bee 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2025-06-14 Georg-Johann Lay + + Backported from master: + 2025-06-14 Georg-Johann Lay + + PR rtl-optimization/120423 + PR rtl-optimization/116389 + * gcc.target/avr/torture/pr120423-1.c: New test. + * gcc.target/avr/torture/pr120423-2.c: New test. + * gcc.target/avr/torture/pr120423-116389.c: New test. + +2025-06-14 Iain Sandoe + + * g++.dg/coroutines/coro1-missing-await-method.C: Adjust for + improved diagnostics. + * g++.dg/coroutines/coro-missing-final-suspend.C: Likewise. + * g++.dg/coroutines/pr104051.C: Move to... + * g++.dg/coroutines/pr104051-0.C: ...here. + * g++.dg/coroutines/pr104051-1.C: New test. + 2025-06-13 Iain Sandoe PR c++/116775