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-master-arm-next-allnoconfig in repository toolchain/ci/gcc.
from a7201a085cc c++: Nondeterministic concepts diagnostics [PR94830] adds 1657178f59b tree-optimization: Fix use of uninitialized variable [PR94774] adds c7137fcc7cb rs6000: Fix rs6000_atomic_assign_expand_fenv [PR94826] adds 392aa7d7adf Fix some testsuite failures for H8/SX multilibs where s [...] adds 27594524d8a fortran/io.c: Fix use of uninitialized variable num [PR94769] adds 78cef09019c x86: Fix -O0 intrinsic *gather*/*scatter* macros [PR94832] adds 0c8217b16f3 x86: Fix -O0 remaining intrinsic macros [PR94832] adds 8f1591763fd libstdc++: Fix outdated comment about std::string instantia [...] adds 48e54fea7ba s390: Fix up -Wpsabi diagnostics + [[no_unique_address]] em [...] adds 691eeb65a01 diagnostics: Add %{...%} pretty-format support for URLs and [...] adds 3144d1aa56a Daily bump. adds 3c9450bf5c5 toplev.c: Check for null argument to fprintf adds 2786c0221b6 var-tracking.c: Fix possible use of uninitialized variable pre adds cd5fa733599 IBM Z: vec_store_len_r/vec_load_len_r fix adds 03afbf33577 arm: Remove duplicate entries in isr_attribute_args [PR tar [...] adds 31e6f829336 PR94725 - deleting gfortran.dg/dtio_5.f90 and pdt_5.f03 adds e33a1eae25b --with-{documentation,changes}-root-url tweaks adds 05b6520ed29 d: Merge upstream dmd 934df6f8c, druntime 7bdd83d7 adds e438aee224a Add missing ChangeLog entry adds 852c4b04520 d: Fix documentation of -defaultlib= and -debuglib= new 6ac83d35060 aarch64: don't emit bti j after NOTE_INSN_DELETED_LABEL [PR94748] new cd4b6852798 [AArch64] Make -moutline-atomics on by default new 6318fe77395 tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]
The 3 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 | 209 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 2 - gcc/c-family/ChangeLog | 4 + gcc/c-family/c-format.c | 2 + gcc/config.in | 12 + gcc/config/aarch64/aarch64-bti-insert.c | 8 +- gcc/config/aarch64/aarch64.c | 8 +- gcc/config/aarch64/aarch64.h | 5 + gcc/config/aarch64/aarch64.opt | 2 +- gcc/config/arm/arm.c | 10 +- gcc/config/h8300/h8300.md | 4 +- gcc/config/i386/avx2intrin.h | 354 +++++++++++---------- gcc/config/i386/avx512bwintrin.h | 6 +- gcc/config/i386/avx512fintrin.h | 258 +++++++-------- gcc/config/i386/avx512pfintrin.h | 69 ++-- gcc/config/i386/avx512vlbwintrin.h | 10 +- gcc/config/i386/avx512vlintrin.h | 344 ++++++++++---------- gcc/config/i386/f16cintrin.h | 4 +- gcc/config/i386/shaintrin.h | 4 +- gcc/config/rs6000/rs6000-call.c | 7 +- gcc/config/rs6000/rs6000.c | 29 +- gcc/config/s390/constraints.md | 14 +- gcc/config/s390/s390.c | 58 +++- gcc/config/s390/vecintrin.h | 6 +- gcc/config/s390/vx-builtins.md | 58 +++- gcc/configure | 37 ++- gcc/configure.ac | 22 +- gcc/d/ChangeLog | 5 + gcc/d/dmd/MERGE | 2 +- gcc/d/gdc.texi | 8 +- gcc/doc/install.texi | 13 + gcc/doc/invoke.texi | 1 + gcc/fortran/ChangeLog | 7 + gcc/fortran/io.c | 4 +- gcc/gimple-ssa-sprintf.c | 2 +- gcc/pretty-print.c | 83 +++-- gcc/testsuite/ChangeLog | 24 ++ gcc/testsuite/g++.dg/warn/Warray-bounds-10.C | 40 +++ gcc/testsuite/g++.target/s390/pr94704-1.C | 38 +++ gcc/testsuite/g++.target/s390/pr94704-2.C | 34 ++ gcc/testsuite/g++.target/s390/pr94704-3.C | 40 +++ gcc/testsuite/g++.target/s390/pr94704-4.C | 34 ++ gcc/testsuite/g++.target/s390/s390.exp | 44 +++ gcc/testsuite/gcc.target/aarch64/pr94748.c | 10 + .../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++ .../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++ gcc/testsuite/gdc.test/runnable/arrayop.d | 1 + gcc/testsuite/gdc.test/runnable/ctorpowtests.d | 1 + gcc/testsuite/gdc.test/runnable/template2.d | 1 + gcc/testsuite/gdc.test/runnable/testaa2.d | 1 + gcc/testsuite/gfortran.dg/dtio_5.f90 | 280 ---------------- gcc/testsuite/gfortran.dg/pdt_5.f03 | 223 ------------- gcc/toplev.c | 2 +- gcc/tree.c | 4 +- gcc/var-tracking.c | 7 +- libphobos/ChangeLog | 12 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 3 +- libphobos/libdruntime/Makefile.in | 20 +- .../libdruntime/config/powerpc/callwithstack.S | 172 ---------- .../libdruntime/config/powerpc/switchcontext.S | 8 +- libphobos/libdruntime/core/internal/convert.d | 10 +- libphobos/libdruntime/core/sys/posix/sys/stat.d | 2 +- libphobos/libdruntime/core/thread.d | 146 +++++---- .../testsuite/libphobos.thread/fiber_guard_page.d | 2 +- libstdc++-v3/ChangeLog | 6 + libstdc++-v3/include/bits/basic_string.tcc | 10 +- 68 files changed, 1648 insertions(+), 1390 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-10.C create mode 100644 gcc/testsuite/g++.target/s390/pr94704-1.C create mode 100644 gcc/testsuite/g++.target/s390/pr94704-2.C create mode 100644 gcc/testsuite/g++.target/s390/pr94704-3.C create mode 100644 gcc/testsuite/g++.target/s390/pr94704-4.C create mode 100644 gcc/testsuite/g++.target/s390/s390.exp create mode 100644 gcc/testsuite/gcc.target/aarch64/pr94748.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_load_len_r.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_store_len_r.c delete mode 100644 gcc/testsuite/gfortran.dg/dtio_5.f90 delete mode 100644 gcc/testsuite/gfortran.dg/pdt_5.f03 delete mode 100644 libphobos/libdruntime/config/powerpc/callwithstack.S