mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
92d8b9970e
commit
2eba786532
|
@ -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:
|
||||
|
|
|
@ -1 +1 @@
|
|||
20250522
|
||||
20250523
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue