Daily bump.

This commit is contained in:
GCC Administrator 2025-05-23 00:23:06 +00:00
parent 92d8b9970e
commit 2eba786532
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2025-05-22 Martin Jambor <mjambor@suse.cz>
Backported from master:
2025-05-14 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/111873
* tree-sra.cc (sra_modify_expr): When processing a load which has
a type-incompatible replacement, do not store the contents of the
replacement into the original aggregate when that aggregate is
const.
2025-05-15 Jakub Jelinek <jakub@redhat.com>
Backported from master:

View File

@ -1 +1 @@
20250522
20250523

View File

@ -1,3 +1,12 @@
2025-05-22 Martin Jambor <mjambor@suse.cz>
Backported from master:
2025-05-14 Martin Jambor <mjambor@suse.cz>
* gcc.dg/ipa/pr120044-1.c: New test.
* gcc.dg/ipa/pr120044-2.c: Likewise.
* gcc.dg/tree-ssa/pr114864.c: Likewise.
2025-05-15 Jakub Jelinek <jakub@redhat.com>
Backported from master: