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-stable-allmodconfig in repository toolchain/ci/gcc.
from 68f1d74ff92 c++: Missed c++2a->20 change adds f664bd07f08 arm.c: Clarify error message in thumb1_expand_prologue adds 4036327e4ca arm: Factorize several occurrences of the same code into re [...] adds 8d286dd118a x86: Default CET run-time support to auto adds cdc34b50579 Add early return for invalid STATUS for close. adds d975519ad10 Removed double ChangeLog entries from previous commit. adds 098cf31aa26 c++: Missing SFINAE with lookup_fnfields [PR78446] adds 9056cd80351 i386: Add V2DFmode float trunc/extend functions [PR95046] adds 75d0b3d7288 amdgcn: fix vcc clobber in vector load/store adds 3a36428b5fb libgo: only build syscall test with -static on GNU/Linux adds 4e1592f8e1d c++: Fix deferred noexcept on constructor [PR93901]. adds 3f30a274913 libiberty: Update D symbol demangling for latest ABI spec. adds d2a359fe5d7 Skip jit tests for targets that don't support -lgccjit adds 98aad12cd2e Daily bump. adds 8a15faa730f Fold (add -1; zero_ext; add +1) operations to zero_ext when [...] adds 84935c98221 tree-optimization/33315 - common stores during sinking adds f4356120ba8 i386: Add V2SFmode hadd/hsub instructions [PR95046] adds f8b0665445b i386: Add V2SFmode hadd/hsub instructions [PR95046] adds 3a55774f0b6 libiberty: Handle @live attribute in D demangler. adds 9f0f7da9aa9 [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635) adds 62af27e77b5 arm: Add support for interrupt routines to reg_needs_saving_p adds aaf1ee48316 tree-optimization/95133 - avoid abnormal edges in path splitting adds c9a41202b27 contrib: Handle GDB specific test result types adds b8db70e1f1c WIP amdgcn: use unsigned extend for lshiftrt adds f8e1c0c0182 Fix clang [-Wmisleading-indentation] in hsa-gen.c. adds 584a3c080bb tree-optimization/92260 - improve fix adds 271e3da859f c++: Fix thinkos in template_args_equal change. new 75514d157e9 i386: Allow SI, DI and TImode pushes from XMM registers new 0ec52417fd9 [Fortran] OpenMP 5 – permit more sharing clauses for SIMD ( [...]
The 2 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: config/ChangeLog | 4 + config/cet.m4 | 2 +- contrib/ChangeLog | 5 + contrib/dg-extract-results.py | 6 +- contrib/dg-extract-results.sh | 12 +- gcc/ChangeLog | 124 ++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 64 +- gcc/config/gcn/gcn-valu.md | 163 +++-- gcc/config/gcn/gcn.c | 13 +- gcc/config/i386/i386.md | 81 ++- gcc/config/i386/mmx.md | 104 ++- gcc/config/i386/sse.md | 33 + gcc/configure | 12 +- gcc/cp/ChangeLog | 27 + gcc/cp/call.c | 8 +- gcc/cp/class.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/except.c | 3 +- gcc/cp/init.c | 2 +- gcc/cp/method.c | 2 +- gcc/cp/name-lookup.c | 3 +- gcc/cp/pt.c | 62 +- gcc/cp/search.c | 5 +- gcc/doc/sourcebuild.texi | 3 + gcc/fortran/ChangeLog | 6 + gcc/fortran/openmp.c | 17 +- gcc/gimple-ssa-split-paths.c | 10 +- gcc/gimplify.c | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/hsa-gen.c | 14 +- gcc/loop-doloop.c | 38 +- gcc/testsuite/ChangeLog | 54 ++ gcc/testsuite/g++.dg/template/sfinae31.C | 14 + gcc/testsuite/gcc.dg/pr95133.c | 14 + gcc/testsuite/gcc.dg/tree-ssa/split-path-7.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-13.c | 25 + gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-14.c | 17 + gcc/testsuite/gcc.target/gcn/gcn.exp | 42 ++ gcc/testsuite/gcc.target/gcn/vcc-clobber.c | 33 + gcc/testsuite/gcc.target/i386/pr95046-7.c | 25 + gcc/testsuite/gcc.target/i386/pr95046-8.c | 22 + gcc/testsuite/gcc.target/powerpc/doloop-2.c | 29 + gcc/testsuite/gfortran.dg/gomp/openmp-simd-4.f90 | 65 ++ .../gfortran.dg/gomp/target-exit-data.f90 | 20 + gcc/testsuite/jit.dg/jit.exp | 5 + gcc/testsuite/lib/target-supports.exp | 15 + gcc/tree-ssa-sink.c | 185 ++++- gcc/tree-vect-slp.c | 19 +- libatomic/ChangeLog | 4 + libatomic/configure | 4 +- libbacktrace/ChangeLog | 4 + libbacktrace/configure | 16 +- libcc1/ChangeLog | 4 + libcc1/configure | 43 +- libcpp/ChangeLog | 4 + libcpp/configure | 43 +- libdecnumber/ChangeLog | 4 + libdecnumber/configure | 89 ++- libgcc/ChangeLog | 4 + libgcc/configure | 4 +- libgfortran/ChangeLog | 10 + libgfortran/configure | 4 +- libgfortran/io/close.c | 8 +- libgo/Makefile.am | 2 + libgo/Makefile.in | 2 +- libgomp/ChangeLog | 9 + libgomp/configure | 4 +- .../testsuite/libgomp.fortran/close_errors_1.f90 | 19 + libiberty/ChangeLog | 38 + libiberty/d-demangle.c | 773 ++++++++++++++------- libiberty/testsuite/d-demangle-expected | 80 +++ libitm/ChangeLog | 4 + libitm/configure | 4 +- libobjc/ChangeLog | 4 + libobjc/configure | 4 +- libquadmath/ChangeLog | 4 + libquadmath/configure | 4 +- libsanitizer/ChangeLog | 4 + libsanitizer/configure | 4 +- libssp/ChangeLog | 4 + libssp/configure | 4 +- libstdc++-v3/ChangeLog | 4 + libstdc++-v3/configure | 4 +- libvtv/ChangeLog | 4 + libvtv/configure | 4 +- zlib/ChangeLog.gcj | 4 + zlib/configure | 4 +- 88 files changed, 2131 insertions(+), 526 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/sfinae31.C create mode 100644 gcc/testsuite/gcc.dg/pr95133.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-13.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-14.c create mode 100644 gcc/testsuite/gcc.target/gcn/gcn.exp create mode 100644 gcc/testsuite/gcc.target/gcn/vcc-clobber.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-7.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-8.c create mode 100644 gcc/testsuite/gcc.target/powerpc/doloop-2.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/openmp-simd-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-exit-data.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/close_errors_1.f90