gcc - GNU Compiler Collection (original) (raw)

author GCC Administrator gccadmin@gcc.gnu.org 2025-06-15 00:17:36 +0000
committer GCC Administrator gccadmin@gcc.gnu.org 2025-06-15 00:17:36 +0000
commit 33bf9ddf1128aaeddef84c118e8d4150d9d72739 (patch)
tree 91e4c4af983491bff57c380fa88409d693cbbeca
parent AVR: Fix PR120423 / PR116389. (diff)
-rw-r--r-- gcc/ChangeLog 10
-rw-r--r-- gcc/DATESTAMP 2
-rw-r--r-- gcc/cp/ChangeLog 12
-rw-r--r-- gcc/testsuite/ChangeLog 20

4 files changed, 43 insertions, 1 deletions

diff --git a/gcc/ChangeLog b/gcc/ChangeLogindex ad1a0c19e140..0eaaf7cc2d5c 100644--- a/gcc/ChangeLog+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
1 2025-06-14 Georg-Johann Lay avr@gjlay.de
2
3 Backported from master:
4 2025-06-14 Georg-Johann Lay avr@gjlay.de
5
6 PR rtl-optimization/120423
7 PR rtl-optimization/116389
8 * config/avr/avr.md [-mno-lra]: Add pre-reload split to transform
9 (left shift of) a paradoxical subreg to a (left shift of) zero-extend.
10
1 2025-06-13 Jakub Jelinek jakub@redhat.com 11 2025-06-13 Jakub Jelinek jakub@redhat.com
2 12
3 PR middle-end/120629 13 PR middle-end/120629
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMPindex b440a372cfd1..caed742bd6e6 100644--- a/gcc/DATESTAMP+++ b/gcc/DATESTAMP
@@ -1 +1 @@
20250614 20250615
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLogindex 00280820193e..41d68eddbdb9 100644--- a/gcc/cp/ChangeLog+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,15 @@
1 2025-06-14 Iain Sandoe iain@sandoe.co.uk
2
3 * coroutines.cc (build_co_await): Identify diagnostics
4 for initial and final await expressions.
5 (cp_coroutine_transform::wrap_original_function_body): Do
6 not handle initial and final await expressions here ...
7 (cp_coroutine_transform::apply_transforms): ... handle them
8 here and avoid duplicate diagnostics.
9 * coroutines.h: Declare inital and final await expressions
10 in the transform class. Save the function closing brace
11 location.
12
1 2025-06-13 Iain Sandoe iain@sandoe.co.uk 13 2025-06-13 Iain Sandoe iain@sandoe.co.uk
2 14
3 PR c++/116775 15 PR c++/116775
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLogindex 2936817425b1..c339beb4bee6 100644--- a/gcc/testsuite/ChangeLog+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,23 @@
1 2025-06-14 Georg-Johann Lay avr@gjlay.de
2
3 Backported from master:
4 2025-06-14 Georg-Johann Lay avr@gjlay.de
5
6 PR rtl-optimization/120423
7 PR rtl-optimization/116389
8 * gcc.target/avr/torture/pr120423-1.c: New test.
9 * gcc.target/avr/torture/pr120423-2.c: New test.
10 * gcc.target/avr/torture/pr120423-116389.c: New test.
11
12 2025-06-14 Iain Sandoe iain@sandoe.co.uk
13
14 * g++.dg/coroutines/coro1-missing-await-method.C: Adjust for
15 improved diagnostics.
16 * g++.dg/coroutines/coro-missing-final-suspend.C: Likewise.
17 * g++.dg/coroutines/pr104051.C: Move to...
18 * g++.dg/coroutines/pr104051-0.C: ...here.
19 * g++.dg/coroutines/pr104051-1.C: New test.
20
1 2025-06-13 Iain Sandoe iain@sandoe.co.uk 21 2025-06-13 Iain Sandoe iain@sandoe.co.uk
2 22
3 PR c++/116775 23 PR c++/116775