This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gcc.
from 6447f6f983f Fortran: Fix array copy-in/copy-out for BIND(C) functions [ [...] adds 4003ecbcedc Revamp documentation for _Complex types extension adds 122a75488c9 c++: Avoid narrowing in make_char_string_pack adds 1096ab17756 i386: Always enable mov<V_32:mode> patterns [PR103894] adds bb936163e28 c-family: Have -Wformat-diag accept "decl-specifier" [PR103758] adds a4ae8c37016 Daily bump. adds 43359148b25 tree-pretty-print: still indent unhandled codes adds d4b710a31dc [COMMITTED] c++: [PR90782] Add testcase adds 05da96886ef Force_reg operand 1. adds 62c8b21d48a openmp: Fix ICE in gimplify_omp_affinity [PR103643] adds 4bd5297f665 x86: Update model value for Alderlake and Rocketlake adds 801b2c880c8 shrink-wrapping: Don't call can_get_prologue unnecessarily [...] adds 1a15451da14 tree-optimization/103864 - SLP reduction of reductions with [...] adds fbb592407c9 libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during off [...] adds 48e2d9b7b88 Register --sysroot in the driver switches table adds a54d11749f0 Adjust VxWorks fixincludes hack for mkdir to work for C++ adds beed3f8f604 nvptx: Transition nvptx backend to STORE_FLAG_VALUE = 1 adds ebc853deb7c tree-optimization/103690 - not up-to-date SSA and PRE DCE adds be661959a6b libgomp/testsuite: Improve omp_get_device_num() tests adds 790854ea767 libgcc: Use _dl_find_object in _Unwind_Find_FDE adds 88e861655b3 tree-optimization/103800 - sanity check more PHI vectorization new 0c9b04e5300 MAINTAINERS: Change of email address.
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: MAINTAINERS | 4 +- contrib/ChangeLog | 4 + fixincludes/fixincl.x | 35 ++++---- fixincludes/inclhack.def | 12 +-- fixincludes/tests/base/sys/stat.h | 8 +- gcc/ChangeLog | 93 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/c-family/ChangeLog | 11 +++ gcc/c-family/c-format.c | 8 +- gcc/common/config/i386/cpuinfo.h | 2 + gcc/config/i386/mmx.md | 23 ++---- gcc/config/i386/sse.md | 3 +- gcc/config/nvptx/nvptx.h | 2 +- gcc/config/nvptx/nvptx.md | 76 +++++++++--------- gcc/cp/ChangeLog | 17 ++++ gcc/cp/parser.c | 5 +- gcc/d/ChangeLog | 11 +++ gcc/doc/extend.texi | 73 ++++++++++++----- gcc/fortran/ChangeLog | 17 ++++ gcc/gcc.c | 4 +- gcc/gimplify.c | 2 +- gcc/go/ChangeLog | 4 + gcc/shrink-wrap.c | 14 +++- gcc/testsuite/ChangeLog | 80 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-condition.C | 2 +- gcc/testsuite/g++.dg/cpp1z/class-deduction100.C | 13 +++ gcc/testsuite/gcc.dg/vect/bb-slp-pr103800.c | 17 ++++ gcc/testsuite/gcc.dg/vect/pr103864.c | 16 ++++ gcc/testsuite/gcc.target/i386/pr103894.c | 13 +++ gcc/testsuite/gcc.target/i386/pr103895.c | 16 ++++ gcc/testsuite/gfortran.dg/gomp/pr103643.f90 | 19 +++++ gcc/tree-pass.h | 2 +- gcc/tree-pretty-print.c | 11 +-- gcc/tree-ssa-pre.c | 25 ++++-- gcc/tree-ssa-tail-merge.c | 14 +--- gcc/tree-vect-loop.c | 10 +-- gcc/tree-vect-slp.c | 18 ++--- libgcc/unwind-dw2-fde-dip.c | 18 +++++ libgomp/ChangeLog | 4 + libgomp/plugin/plugin-gcn.c | 4 +- libgomp/plugin/plugin-nvptx.c | 2 +- libgomp/testsuite/libgomp.c-c++-common/target-45.c | 28 ++++--- libgomp/testsuite/libgomp.fortran/target10.f90 | 18 +++-- libitm/ChangeLog | 4 + libphobos/ChangeLog | 5 ++ libquadmath/ChangeLog | 4 + 47 files changed, 603 insertions(+), 175 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction100.C create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr103800.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103864.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103894.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103895.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr103643.f90