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-aarch64-stable-defconfig in repository toolchain/ci/gcc.
from 14cd049afcb i386: Remove broadcasts from TARGET_MMX_WITH_SSE vec_dup in [...] adds ed01d707f85 Fix internal error on store to FP component at -O2 adds adad99eb906 libgo: update x/sys/cpu after gccgo support added adds 0b0d9a77d0a Daily bump. adds 9d0dc47de6e Fix non-comforming expander for floatv2div2sf2,floatunsv2di [...] adds cfdff3eeb90 Add ChangeLog entry for my last commit. adds b8e5f22671e Revert "Add ChangeLog entry for my last commit." adds 757dbb59c1f gcc-git: Add prepare-commit-msg hook. adds b3d566f570f Update merge.sh to reflect usage of git. adds 4945b4c2c86 Allow ChangeLog entries for ignored location. adds 1dedc12d186 revamp dump and aux output names adds 1c7f8cbcc7f accept for dir/ChangeLog entries adds f1f862aec2c openmp: Ensure copy ctor for composite distribute parallel [...] adds 5c8344e7289 Simplify types of TYPE_VALUES in enumeral types adds 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
No new revisions were added by this update.
Summary of changes: contrib/compare-debug | 26 +- contrib/gcc-changelog/git_commit.py | 36 +- contrib/gcc-changelog/git_email.py | 3 +- contrib/gcc-changelog/git_update_version.py | 49 +- contrib/gcc-changelog/test_email.py | 17 +- contrib/gcc-changelog/test_patches.txt | 130 + contrib/gcc-git-customization.sh | 13 + contrib/mklog.py | 23 +- contrib/prepare-commit-msg | 57 + gcc/ChangeLog | 9 + gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/lang-specs.h | 20 +- gcc/ada/switch.adb | 4 +- gcc/common.opt | 27 +- gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/i386-expand.c | 26 +- gcc/config/i386/mmx.md | 42 +- gcc/config/i386/sse.md | 51 +- gcc/cp/cp-gimplify.c | 64 +- gcc/doc/invoke.texi | 385 +- gcc/dwarf2out.c | 3 +- gcc/emit-rtl.c | 12 +- gcc/fortran/options.c | 4 +- gcc/gcc.c | 968 ++++- gcc/gimple-ssa-store-merging.c | 20 +- gcc/gimplify.c | 56 - gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-utils.h | 2 +- gcc/jit/docs/_build/texinfo/Makefile | 6 +- gcc/jit/docs/_build/texinfo/libgccjit.texi | 3963 +++++++------------- 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 | 4 + gcc/jit/docs/topics/types.rst | 7 +- gcc/jit/libgccjit.c | 34 +- gcc/lto-wrapper.c | 157 +- gcc/omp-general.c | 56 + gcc/omp-general.h | 1 + gcc/opts.c | 35 - gcc/testsuite/ChangeLog | 4 + .../coroutines/torture/co-ret-17-void-ret-coro.C | 12 +- gcc/testsuite/gcc.misc-tests/outputs-0.c | 1 + gcc/testsuite/gcc.misc-tests/outputs-1.c | 4 + gcc/testsuite/gcc.misc-tests/outputs-2.c | 2 + gcc/testsuite/gcc.misc-tests/outputs.exp | 695 ++++ gcc/testsuite/gcc.target/i386/pr95211.c | 38 + gcc/testsuite/gcc.target/i386/vperm-v2si.c | 41 + gcc/testsuite/gcc.target/i386/vperm-v4hi.c | 47 + gcc/testsuite/gnat.dg/opt84.adb | 74 + ...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/lib/gcc-defs.exp | 46 + gcc/testsuite/lib/profopt.exp | 10 +- gcc/testsuite/lib/scandump.exp | 3 + gcc/testsuite/lib/scanltranstree.exp | 20 +- gcc/testsuite/lib/scanwpaipa.exp | 20 +- gcc/toplev.c | 62 +- gcc/tree-vect-stmts.c | 10 +- gcc/tree.c | 24 +- .../x/sys/cpu/{cpu_aix_ppc64.go => cpu_aix.go} | 2 +- libgo/go/golang.org/x/sys/cpu/syscall_aix_gccgo.go | 27 + libsanitizer/LOCAL_PATCHES | 2 +- libsanitizer/merge.sh | 10 +- lto-plugin/lto-plugin.c | 87 +- 66 files changed, 4473 insertions(+), 3154 deletions(-) create mode 100755 contrib/prepare-commit-msg create mode 100644 gcc/testsuite/gcc.misc-tests/outputs-0.c create mode 100644 gcc/testsuite/gcc.misc-tests/outputs-1.c create mode 100644 gcc/testsuite/gcc.misc-tests/outputs-2.c create mode 100644 gcc/testsuite/gcc.misc-tests/outputs.exp create mode 100644 gcc/testsuite/gcc.target/i386/pr95211.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/gnat.dg/opt84.adb 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 rename libgo/go/golang.org/x/sys/cpu/{cpu_aix_ppc64.go => cpu_aix.go} (96%) create mode 100644 libgo/go/golang.org/x/sys/cpu/syscall_aix_gccgo.go