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-defconfig in repository toolchain/ci/gcc.
from c8462662da2 Support --dry-mode in git_update_version.py. adds f6615c21335 coroutines, testsuite: Fix co-ret-17-void-ret-coro.C. adds 9b8579a6b36 i386: Implement V2SI and V4HI shuffles adds 1d72079ba3a tree-optimization/95327 - fix another vectorizable_shift co [...] adds 6232d02b4fc do not skip validation of switch after %<opt adds 6f7585deedc jit: check for void types [PR 95296] adds 0981cf960d0 jit: fix sphinx formatting issues in docs adds bb07057a316 gcc-changelog: remove file descriptor leaks adds 519f2506456 gcc-changelog: handle entries with multi-line file lists adds c5ab336ba10 [LTO/offloading] Fix offloading-compilation ICE without -fl [...] adds 9f0cb44e9b1 i386: Add SSE2 alternative to mmx_pswapd2vsi2 adds 48d52661396 PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/ [...] adds 73655feb9d4 Fix issue with LTO bootstrap adds 8d8a25b0a7c PR libfortran/95195 - improve runtime error for namelist i/ [...] adds 3bf5e7657b7 libstdc++: Fix common_iterator::operator-> [PR95322] adds 56f03cd12be PR fortran/95104 - Segfault on a legal WAIT statement adds bf40f0ba950 jit: fix missing types for builtins [PR 95306] adds bc48456d085 Fix pr20601-1.c on the H8 adds c3a4169be95 Daily bump. adds 7b8ee33affd prepare-commit-msg: Save diff if requested by user. adds b423f910dcc Rename commit-mklog alias to gcc-commit-mklog. adds 79ea774f9a9 Rewrite maintainer-scripts/update_version_git adds baff22c48bd openmp: Fix up omp_declare_variant{s,_alt} htab handling adds f61f9b28793 Add debug (slp_tree) and dump infrastructure for this adds 8d6bae55483 Bump version to 11. new e247d59274f Add new git-backport.py script. new a5d8d86e8a7 tree-optimization/95335 - fix SLP nodes dropped to invariant
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: contrib/ChangeLog | 42 + contrib/gcc-changelog/git_commit.py | 18 + contrib/gcc-changelog/git_email.py | 3 +- contrib/gcc-changelog/git_update_version.py | 6 +- contrib/gcc-changelog/test_email.py | 12 +- contrib/gcc-changelog/test_patches.txt | 90 + contrib/gcc-git-customization.sh | 6 +- contrib/git-backport.py | 60 + contrib/prepare-commit-msg | 5 + gcc/ChangeLog | 151 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 20 + gcc/ada/gcc-interface/decl.c | 9 - gcc/ada/gcc-interface/lang-specs.h | 10 +- gcc/ada/gnatvsn.ads | 2 +- gcc/config/h8300/testcompare.md | 4 +- gcc/config/i386/i386-expand.c | 26 +- gcc/config/i386/mmx.md | 42 +- gcc/cp/ChangeLog | 8 + gcc/dump-context.h | 21 + gcc/dumpfile.c | 28 + gcc/fortran/ChangeLog | 11 + gcc/fortran/trans-types.c | 5 +- gcc/gcc.c | 32 +- gcc/ipa-utils.h | 2 +- gcc/jit/ChangeLog | 52 + gcc/jit/docs/_build/texinfo/Makefile | 6 +- gcc/jit/docs/_build/texinfo/libgccjit.texi | 3984 +++++++------------- gcc/jit/docs/topics/compatibility.rst | 6 +- gcc/jit/docs/topics/expressions.rst | 6 + gcc/jit/docs/topics/function-pointers.rst | 2 + gcc/jit/docs/topics/functions.rst | 19 + gcc/jit/docs/topics/types.rst | 7 +- gcc/jit/dummy-frontend.c | 1 - gcc/jit/jit-builtins.c | 122 +- gcc/jit/libgccjit.c | 34 +- gcc/omp-general.c | 33 + gcc/testsuite/ChangeLog | 68 + .../coroutines/torture/co-ret-17-void-ret-coro.C | 12 +- gcc/testsuite/gcc.dg/gomp/pr95315.c | 5 + gcc/testsuite/gcc.dg/vect/bb-slp-pr95335.c | 13 + gcc/testsuite/gcc.target/i386/vperm-v2si.c | 41 + gcc/testsuite/gcc.target/i386/vperm-v4hi.c | 47 + gcc/testsuite/gfortran.dg/namelist_97.f90 | 14 + gcc/testsuite/gfortran.dg/pr95089.f90 | 11 + gcc/testsuite/gfortran.dg/pr95104.f90 | 8 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 20 + gcc/testsuite/jit.dg/test-builtin-memcpy.c | 69 + ...ntext_get_builtin_function-unimplemented-type.c | 20 + ...st-error-gcc_jit_context_new_global-void-type.c | 25 + ...st-error-gcc_jit_function_new_local-void-type.c | 27 + gcc/testsuite/jit.dg/test-fuzzer.c | 2 - gcc/testsuite/jit.dg/test-pr95306-builtin-types.c | 22 + gcc/tree-vect-slp.c | 54 +- gcc/tree-vect-stmts.c | 10 +- libgfortran/ChangeLog | 12 + libgfortran/io/transfer.c | 10 +- libsanitizer/ChangeLog | 6 + libstdc++-v3/ChangeLog | 10 + libstdc++-v3/include/bits/stl_iterator.h | 34 +- .../testsuite/24_iterators/common_iterator/2.cc | 63 + .../testsuite/std/ranges/adaptors/95322.cc | 50 + lto-plugin/ChangeLog | 8 + maintainer-scripts/update_version_git | 77 +- 64 files changed, 2865 insertions(+), 2760 deletions(-) create mode 100755 contrib/git-backport.py create mode 100644 gcc/testsuite/gcc.dg/gomp/pr95315.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr95335.c create mode 100644 gcc/testsuite/gcc.target/i386/vperm-v2si.c create mode 100644 gcc/testsuite/gcc.target/i386/vperm-v4hi.c create mode 100644 gcc/testsuite/gfortran.dg/namelist_97.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95089.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95104.f90 create mode 100644 gcc/testsuite/jit.dg/test-builtin-memcpy.c create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_context_get_builtin_fun [...] create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_context_new_global-void-type.c create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_function_new_local-void-type.c create mode 100644 gcc/testsuite/jit.dg/test-pr95306-builtin-types.c create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/2.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/95322.cc