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-next-allnoconfig in repository toolchain/ci/gcc.
from 2a10a2c0689 OpenMP: Handle cpp_implicit_alias in declare-target discove [...] adds 7c363a4e044 libbacktrace: only run dsymutil with Mach-O adds 5f394e2d4c6 libbacktrace: build mtest.dSYM if using dsymutil adds 69c56ce673d libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitialized adds 77a23a825c2 irange_allocator class adds 9042b6605c2 net: add hurd build tag adds 53d28fd4e16 analyzer: fix sm_state_map::print adds 01eabbeadb6 analyzer: fix ICE on non-pointer longjmp [PR97233] adds 20d16d61dd2 analyzer: remove unused field adds c0ed6afef78 analyzer: add some missing FINAL OVERRIDEs adds e84761c6f32 Daily bump. adds 090d3f5ab39 RISC-V/libgcc: Use `-fasynchronous-unwind-tables' for LIB2_ [...] adds 82693c4421d testsuite: Skip symver1 on AIX. adds 37ffe56c01e Revert "switch lowering: limit number of cluster attemps" adds e46858e4eee switch conversion: make a rapid speed up adds f322701e246 aarch64: Fix ordering of aarch64-cores.def adds 30784833af0 RISC-V: Define __riscv_cmodel_medany for PIC mode. adds 95e10b8aa10 arm: Add new vector mode macros adds 6f513951972 libgomp: disable barriers in nested teams adds 29aef377d81 tree-optimization/97238 - fix typo causing ICE adds d68f4d2ecb8 Add missing FSF copyright notes for x86 intrinsic headers. adds b1570930df6 move permute optimization to optimize-slp adds 39a27bb01aa tree-optimization/97241 - fix ICE in reduction vectorization new cc61827b55e c++: Identifier type value should not update binding new 74b5b8dec46 testsuite: Prevent spellcheck-inttypes failures on AIX.
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: gcc/ChangeLog | 67 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 11 ++++ gcc/analyzer/ChangeLog | 25 ++++++++ gcc/analyzer/analyzer.cc | 5 +- gcc/analyzer/diagnostic-manager.cc | 1 - gcc/analyzer/engine.cc | 1 + gcc/analyzer/program-state.cc | 2 +- gcc/analyzer/region-model.h | 20 +++++-- gcc/config/aarch64/aarch64-cores.def | 6 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/arm/arm.h | 41 +++++++++++++ gcc/config/arm/iterators.md | 8 --- gcc/config/arm/neon.md | 47 +-------------- gcc/config/arm/vec-common.md | 42 ++------------ gcc/config/i386/amxbf16intrin.h | 23 ++++++++ gcc/config/i386/amxint8intrin.h | 23 ++++++++ gcc/config/i386/amxtileintrin.h | 23 ++++++++ gcc/config/i386/avx512vp2intersectintrin.h | 23 ++++++++ gcc/config/i386/avx512vp2intersectvlintrin.h | 23 ++++++++ gcc/config/i386/pconfigintrin.h | 23 ++++++++ gcc/config/i386/tsxldtrkintrin.h | 23 ++++++++ gcc/config/i386/wbnoinvdintrin.h | 23 ++++++++ gcc/config/riscv/riscv-c.c | 9 ++- gcc/cp/name-lookup.c | 50 +++++++--------- gcc/doc/invoke.texi | 4 -- gcc/fortran/ChangeLog | 20 +++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/params.opt | 4 -- gcc/testsuite/ChangeLog | 53 +++++++++++++++++ gcc/testsuite/g++.dg/spellcheck-inttypes.C | 3 + gcc/testsuite/g++.dg/tree-ssa/pr96979.C | 4 +- gcc/testsuite/gcc.dg/analyzer/pr97233.c | 8 +++ gcc/testsuite/gcc.dg/ipa/symver1.c | 2 +- gcc/testsuite/gcc.dg/pr97238.c | 12 ++++ gcc/testsuite/gcc.dg/spellcheck-inttypes.c | 2 +- gcc/testsuite/gcc.dg/vect/pr97241.c | 19 ++++++ .../gcc.target/arm/armv8_2-fp16-arith-2.c | 20 ++++--- gcc/testsuite/gcc.target/riscv/predef-3.c | 6 +- gcc/testsuite/gcc.target/riscv/predef-6.c | 6 +- gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-switch-conversion.c | 54 ++++++++--------- gcc/tree-switch-conversion.h | 7 +-- gcc/tree-vect-loop.c | 17 ++---- gcc/tree-vect-slp.c | 19 +++--- gcc/tree-vectorizer.h | 1 - gcc/value-range.h | 65 +++++++++++++++++++++ libbacktrace/ChangeLog | 14 +++++ libbacktrace/Makefile.am | 52 +++++++++-------- libbacktrace/Makefile.in | 40 +++++++------ libbacktrace/configure | 18 +++--- libbacktrace/configure.ac | 2 +- libgcc/ChangeLog | 5 ++ libgcc/config/riscv/t-elf | 2 + libgfortran/ChangeLog | 19 ++++++ libgfortran/generated/unpack_c10.c | 8 +-- libgfortran/generated/unpack_c16.c | 8 +-- libgfortran/generated/unpack_c4.c | 8 +-- libgfortran/generated/unpack_c8.c | 8 +-- libgfortran/generated/unpack_i1.c | 8 +-- libgfortran/generated/unpack_i16.c | 8 +-- libgfortran/generated/unpack_i2.c | 8 +-- libgfortran/generated/unpack_i4.c | 8 +-- libgfortran/generated/unpack_i8.c | 8 +-- libgfortran/generated/unpack_r10.c | 8 +-- libgfortran/generated/unpack_r16.c | 8 +-- libgfortran/generated/unpack_r4.c | 8 +-- libgfortran/generated/unpack_r8.c | 8 +-- libgfortran/m4/unpack.m4 | 8 +-- libgo/go/net/fd_posix.go | 2 +- libgomp/ChangeLog | 6 ++ libgomp/config/gcn/bar.c | 15 +++-- libgomp/config/nvptx/bar.c | 18 ++++-- .../nested-parallel-unbalanced.c | 31 ++++++++++ libstdc++-v3/ChangeLog | 33 +++++++++++ 75 files changed, 889 insertions(+), 333 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr97233.c create mode 100644 gcc/testsuite/gcc.dg/pr97238.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97241.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nested-parallel-unbalanced.c