Daily bump.

This commit is contained in:
GCC Administrator 2022-07-14 00:17:34 +00:00
parent 2691107f97
commit b0bb0a8d75
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2022-07-13 Martin Jambor <mjambor@suse.cz>
Backported from master:
2022-07-04 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/105860
* tree-sra.c (build_reconstructed_reference): Start expr
traversal only just below the outermost union.
2022-06-28 Release Manager
* GCC 10.4.0 released.

View File

@ -1 +1 @@
20220713
20220714

View File

@ -1,3 +1,12 @@
2022-07-13 Martin Jambor <mjambor@suse.cz>
Backported from master:
2022-07-04 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/105860
* gcc.dg/tree-ssa/alias-access-path-13.c: New test.
* gcc.dg/tree-ssa/pr105860.c: Likewise.
2022-07-05 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master: