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-allyesconfig in repository toolchain/ci/gcc.
from f806a768e14 Daily bump. adds d3e5bae174d Make anti_adjust_stack_and_probe_stack_clash extern and use [...] adds 868d351e232 IBM Z: stack clash prot: add missing updates of last_probe_offset adds 0473885be8b IBM Z: Define probe_stack expander adds 42ef8a5e662 i386: Add V2SFmode conversion functions [PR95046] adds 49ddde69fc8 openmp: Also implicitly mark as declare target to functions [...] adds d0fb9ffc1b8 openmp: Fix placement of 2nd+ preparation statement for PHI [...] adds 7a50e708756 openmp: cgraph support for late declare variant resolution adds 568c985113b middle-end/95118 - fix printing of denormal zero adds 0d1ccfd0cc2 testsuite/94703 - skip gcc.dg/tree-ssa/pr94703.c on strict- [...] adds 2c814af65ef aarch64: Fix arm_sve_vector_bits on typedefs [PR95105] adds 365e3cde497 i386: Add V2DFmode conversion functions [PR95046] adds 941c9474700 Add tests for gcc-changelog. adds c4bff4c230c c++: Improve build_template_decl adds 5adbd090756 c++: Adjust push_template_decl_real adds ea5a33d4536 c++: simplify lookup_template_class_1 adds ddbaab134ca c++: Simplify tsubst_friend_function adds f497e36ae56 c++: Simplify tsubst_template_decl adds 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 [...]
No new revisions were added by this update.
Summary of changes: config/ChangeLog | 4 + config/cet.m4 | 2 +- contrib/ChangeLog | 5 + contrib/gcc-changelog/test_email.py | 260 +++ contrib/gcc-changelog/test_patches.txt | 2384 ++++++++++++++++++++ gcc/ChangeLog | 186 +- gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/c/ChangeLog | 4 + gcc/c/c-parser.c | 1 + gcc/cgraph.c | 2 + gcc/cgraph.h | 8 +- gcc/config/aarch64/aarch64-sve-builtins.cc | 35 +- gcc/config/arm/arm.c | 46 +- gcc/config/gcn/gcn-valu.md | 161 +- gcc/config/gcn/gcn.c | 13 +- gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/mmx.md | 72 +- gcc/config/i386/sse.md | 67 +- gcc/config/s390/s390.c | 10 +- gcc/config/s390/s390.md | 23 +- gcc/configure | 12 +- gcc/cp/ChangeLog | 49 + gcc/cp/call.c | 8 +- gcc/cp/class.c | 2 +- gcc/cp/cp-gimplify.c | 4 + 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/parser.c | 20 +- gcc/cp/pt.c | 210 +- gcc/cp/search.c | 5 +- gcc/doc/sourcebuild.texi | 3 + gcc/explow.c | 3 +- gcc/explow.h | 4 + gcc/fortran/ChangeLog | 5 + gcc/fortran/trans-openmp.c | 2 + gcc/function.h | 3 + gcc/go/gofrontend/MERGE | 2 +- gcc/ipa.c | 3 + gcc/loop-doloop.c | 38 +- gcc/lto-cgraph.c | 4 + gcc/omp-general.c | 305 ++- gcc/omp-offload.c | 66 +- gcc/omp-simd-clone.c | 16 +- gcc/real.c | 4 +- gcc/testsuite/ChangeLog | 72 + .../c-c++-common/gomp/declare-variant-14.c | 28 + gcc/testsuite/g++.dg/template/sfinae31.C | 14 + .../aarch64/sve/acle/general-c++/attributes_1.C | 122 + gcc/testsuite/gcc.dg/gomp/pr95108.c | 18 + gcc/testsuite/gcc.dg/pr95118.c | 11 + gcc/testsuite/gcc.dg/tree-ssa/pr94703.c | 1 + .../aarch64/sve/acle/general/attributes_8.c | 101 + gcc/testsuite/gcc.target/gcn/gcn.exp | 42 + gcc/testsuite/gcc.target/gcn/vcc-clobber.c | 33 + gcc/testsuite/gcc.target/i386/pr95046-5.c | 44 + gcc/testsuite/gcc.target/i386/pr95046-6.c | 44 + gcc/testsuite/gcc.target/i386/pr95046-7.c | 25 + gcc/testsuite/gcc.target/powerpc/doloop-2.c | 29 + gcc/testsuite/gcc.target/s390/stack-clash-1.c | 17 + gcc/testsuite/gcc.target/s390/stack-clash-2.c | 17 + gcc/testsuite/gcc.target/s390/stack-clash-3.c | 17 + gcc/testsuite/jit.dg/jit.exp | 5 + gcc/testsuite/lib/target-supports.exp | 15 + gcc/tree-inline.c | 4 + 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 | 13 + libgomp/configure | 4 +- libgomp/testsuite/libgomp.c-c++-common/target-40.c | 51 + .../testsuite/libgomp.fortran/close_errors_1.f90 | 19 + libiberty/ChangeLog | 33 + libiberty/d-demangle.c | 769 ++++--- libiberty/testsuite/d-demangle-expected | 72 + 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 +- 108 files changed, 5416 insertions(+), 587 deletions(-) create mode 100755 contrib/gcc-changelog/test_email.py create mode 100644 contrib/gcc-changelog/test_patches.txt create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-14.c create mode 100644 gcc/testsuite/g++.dg/template/sfinae31.C create mode 100644 gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/attributes_1.C create mode 100644 gcc/testsuite/gcc.dg/gomp/pr95108.c create mode 100644 gcc/testsuite/gcc.dg/pr95118.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/attributes_8.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-5.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-6.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-7.c create mode 100644 gcc/testsuite/gcc.target/powerpc/doloop-2.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-1.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-2.c create mode 100644 gcc/testsuite/gcc.target/s390/stack-clash-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-40.c create mode 100644 libgomp/testsuite/libgomp.fortran/close_errors_1.f90