This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/gcc.
from 6e885ad3287 c++: ICE with using-decl [PR 99238] adds 6da2762a3b1 Daily bump. adds ff4816dff0d sim: drop dep on configure-gdb adds 8c2cf7f4f7e MAINTAINERS: Add myself for write after approval adds 3972574f11e misc/cgo/testcarchive: don't use == for string equality in C code adds bbdf59fdbc2 match.pd: Don't optimize vector X + (X << C) -> X * (1 + (1 [...] adds 7987beec679 Fortran: Fix for class defined operators [PR99125]. adds 77643ac4bbd PR tree-optimization/99489 - ICE calling strncat after strcat adds 5e93c2f08f3 Daily bump. new 553488851dd i386: Some more -mavx512vl -mno-avx512bw fixes [PR99321]
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: ChangeLog | 9 +++ MAINTAINERS | 1 + Makefile.def | 1 - Makefile.in | 1 - contrib/ChangeLog | 9 +++ gcc/ChangeLog | 85 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 2 +- gcc/config/i386/sse.md | 58 ++++++--------- gcc/cp/ChangeLog | 27 +++++++ gcc/fortran/ChangeLog | 16 ++++ gcc/fortran/trans-array.c | 10 ++- gcc/fortran/trans-expr.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/match.pd | 10 ++- gcc/testsuite/ChangeLog | 37 ++++++++++ gcc/testsuite/gcc.dg/Wstringop-truncation-9.c | 41 +++++++++++ gcc/testsuite/gcc.dg/gomp/pr99544.c | 13 ++++ .../gfortran.dg/alloc_deferred_comp_1.f90 | 18 +++++ libgfortran/ChangeLog | 9 +++ libgo/misc/cgo/testcarchive/testdata/main_unix.c | 2 +- libgomp/ChangeLog | 5 ++ 22 files changed, 315 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-truncation-9.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr99544.c create mode 100644 gcc/testsuite/gfortran.dg/alloc_deferred_comp_1.f90