This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from be64fc4cab7 aarch64: Fix ICE due to aarch64_gen_compare_reg_maybe_ze [PR94435] adds 4b1087f8dc7 middle-end/94206 fix memset folding to avoid types with padding adds 4b0b6303dde tree-optimization/94103 avoid CSE of loads with padding adds 86f7d3333bd Fix fortran/85982 ICE in resolve_component. adds 7fe7c950c32 Daily bump. adds 69df6742cb4 Backport 55a7380213a5c16120d5c674fb42b38a3d796b57 new b20b7f7e88f libstdc++: Fix std::to_address for debug iterators (PR 93960)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 34 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/decl.c | 30 +++++++++++++------ gcc/gimple-fold.c | 6 ++++ gcc/ipa-icf-gimple.c | 4 +++ gcc/testsuite/ChangeLog | 21 +++++++++++++ gcc/testsuite/gcc.dg/torture/pr94206.c | 17 +++++++++++ gcc/testsuite/gcc.target/i386/pr94103.c | 17 +++++++++++ gcc/testsuite/gfortran.dg/dec_structure_28.f90 | 35 ++++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 23 +++++++++----- libstdc++-v3/ChangeLog | 11 +++++++ libstdc++-v3/include/bits/ptr_traits.h | 11 ++++++- libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../20_util/to_address/{1_neg.cc => debug.cc} | 26 ++++++++-------- 14 files changed, 207 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr94206.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94103.c create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_28.f90 copy libstdc++-v3/testsuite/20_util/to_address/{1_neg.cc => debug.cc} (66%)