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-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 591b5c903f8 PR fortran/99840 - ICE in gfc_simplify_matmul, at fortran/s [...] adds 1cfe48d35e3 tree-optimization/99856 - fix overwideing pattern creation adds 368875572b6 sra: Fix bug in grp_write propagation (PR 97009) adds 892024d4af8 c++, abi: Fix abi_tag attribute handling [PR98481] adds 03a430a5509 libstdc++: Test errno macros directly for all targets [PR 93151] adds 3a2dc91d757 libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR 99096] adds ace795f8176 Daily bump. adds 9732558301f Fix up plugin header install adds 78cda820d6f Daily bump. adds b55902ee904 Daily bump. adds 093788fb968 Darwin : Fix out-of-bounds access to df_regs_ever_live. adds 6aa75d3740c Daily bump. adds 73ad5c30823 Daily bump. adds bab1d20e09d Daily bump. adds c61fde12ec3 Daily bump. new 3134e02305d lto/99898 - bump LTO_minor_version
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 | 45 ++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 12 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-opts.c | 2 +- gcc/common.opt | 5 +- gcc/config/darwin.c | 5 +- gcc/config/i386/t-i386 | 3 +- gcc/cp/ChangeLog | 9 + gcc/cp/class.c | 8 + gcc/cp/tree.c | 14 +- gcc/fortran/ChangeLog | 9 + gcc/lto-streamer.h | 2 +- gcc/testsuite/ChangeLog | 28 + gcc/testsuite/g++.dg/abi/abi-tag24.C | 18 + gcc/testsuite/g++.dg/abi/abi-tag24a.C | 18 + gcc/testsuite/g++.dg/abi/macro0.C | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr97009.c | 66 +++ gcc/testsuite/gcc.dg/vect/pr99856.c | 33 ++ gcc/tree-sra.c | 15 +- gcc/tree-vect-patterns.c | 1 + libstdc++-v3/ChangeLog | 20 + libstdc++-v3/config.h.in | 57 -- libstdc++-v3/config/os/djgpp/error_constants.h | 28 +- .../config/os/mingw32-w64/error_constants.h | 36 +- libstdc++-v3/config/os/mingw32/error_constants.h | 14 +- libstdc++-v3/configure | 631 --------------------- libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +- 28 files changed, 346 insertions(+), 744 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag24.C create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag24a.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr97009.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr99856.c