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-allmodconfig in repository toolchain/ci/gcc.
from 2fe4f000ad1 go-test.exp: recognize errorcheckdir -n adds 73cf5da233b -fdump-go-spec: ignore type ordering of incomplete types adds 8d63e3c229f RISC-V: Explicitly call python when using multilib generator adds 154e9b831b6 Allow scalar fallback for pattern root stmt adds a2a17ae7d85 openmp: Fix ICE with broken doacross loop [PR98205] adds 66dea8899df dojump: Optimize a == a or a != a [PR98169] adds 680e4202f23 dojump: Improve float != comparisons on x86 [PR98212] adds f2a5e5f3e6d drop __builtin_ from __clear_cache libname adds 76c09f2af9d tree-optimization/98211 - fix bogus vectorization of conversion adds 703d2ac06fb Add WIDEN_PLUS, WIDEN_MINUS pretty print adds f5b902a9af9 [VECT] pr97929 fix adds 4cf70c20cb1 data-ref: Rework integer handling in split_constant_offset [...] adds 11a0beff64f arm: Auto-vectorization for MVE: vand adds a1fb16e5472 remove obsolete conversion handling from vectorizable_assignment adds 2e6562043c4 Remove misleading debug line entries adds 79c1b9fb44c c++: name-lookup cleanups adds 8c60696b699 c++: Module-specific error and tree dumping adds 237a8e8d564 Small fix to PLACEHOLDER_EXPR handling in loc_list_from_tree_1 adds 36d0108adfd c++: name-lookup refactoring adds e271cd0234d c++: Add fixed test [PR68451] adds b46dd03fe94 arm: Fix typo in testcase mve-vsub_1.c adds afc14c8d0a9 c++: modularize spelling suggestions adds c0979d8f22a c++: Name lookup for modules adds 4f1d8bd5096 c++: modules & using-decls adds 96a5c483afb c++: Add fixed test [PR91506] adds 445430e16bd c++: Update value of __cplusplus for C++20. adds 3cf63c94df4 c++: Add make_temp_override generator functions adds 779bf1823ce Fix PR ada/98230 adds 7f359556a77 Reduce memory requirements for ranger adds 2ea62857a3f libstdc++: Remove redundant branches in countl_one and coun [...] adds a5c05005499 dojump: Fix up probabilities splitting in dojump.c comparis [...] adds 99d6ba6acb2 Fix feature check for HRESET/AVX_VNNI/UINTR adds fa4a8b6463e tree-optimization/95582 - fix vector pattern with bool conversions adds 499651e4385 ira.c: Fix ICE in ira-color [PR97092] adds 3e60ddeb822 expansion: Sign or zero extend on MEM_REF stores into SUBRE [...] adds fc7b4248172 tree-optimization/98235 - limit SLP discovery adds 1423318fa77 expand: Fix up expand_doubleword_mod on 32-bit targets [PR98229] adds 955af69b737 testsuite/98239 - require vect_condition for gcc.dg/vect/bb [...] adds 0fc3bf781d1 testsuite/98240 - amend gcc.dg/vect/pr97678.c adds 4b488a2e695 testsuite/98242 - amend gcc.dg/vect/bb-slp-subgroups-3.c adds ab231af9ccd testsuite/98244 - amend gcc.dg/vect/vect-live-6.c adds 695b8d281ad arm: [testsuite] fix lob tests for -mfloat-abi=hard adds 33314b11ca2 arm: Improve documentation for effective target 'arm_softfloat' adds 958d42abdf1 c++: missing SFINAE with pointer subtraction [PR78173] adds 37b242a3fbd c++: name lookup API for modules adds 97b56dece74 c++: Module lang hook overriding adds 078c7498908 x86: Update user interrupt handler stack frame adds f7ad4446274 arc: Use separate predicated patterns for mpyd(u) adds 75de6a2895f arm: Auto-vectorization for MVE: vorr adds 059da609fa8 c++: cp_tree_equal tweaks adds 1c6b86b50d4 c++: module test harness adds dfbe642c97f arc: Refurbish adc/sbc patterns adds a412be00c49 arc: Avoid generating brcc instructions with limm adds 78e9cfe1e29 arc: Update ARC700 cache hazard detection. adds e36ce56e81b arm: Auto-vectorization for MVE clean condition for vand an [...]
No new revisions were added by this update.
Summary of changes: gcc/ada/exp_attr.adb | 6 +- gcc/cfgexpand.c | 9 +- gcc/common/config/i386/cpuinfo.h | 25 +- gcc/config/arc/arc-protos.h | 3 - gcc/config/arc/arc.c | 106 +- gcc/config/arc/arc.md | 196 +-- gcc/config/arm/iterators.md | 9 +- gcc/config/arm/mve.md | 60 +- gcc/config/arm/neon.md | 4 +- gcc/config/arm/predicates.md | 4 +- gcc/config/arm/unspecs.md | 6 - gcc/config/arm/vec-common.md | 14 + gcc/config/i386/uintrintrin.h | 3 - gcc/config/riscv/multilib-generator | 3 +- gcc/cp/cp-lang.c | 6 + gcc/cp/cp-objcp-common.c | 15 + gcc/cp/cp-objcp-common.h | 4 +- gcc/cp/cp-tree.h | 39 +- gcc/cp/decl.c | 2 +- gcc/cp/error.c | 39 + gcc/cp/except.c | 2 +- gcc/cp/module.cc | 69 + gcc/cp/name-lookup.c | 2036 +++++++++++++++++++++--- gcc/cp/name-lookup.h | 32 +- gcc/cp/parser.c | 8 +- gcc/cp/ptree.c | 36 + gcc/cp/tree.c | 22 +- gcc/cp/typeck.c | 2 +- gcc/doc/sourcebuild.texi | 3 +- gcc/dojump.c | 63 +- gcc/dwarf2out.c | 7 +- gcc/expr.c | 24 + gcc/gimple-range-cache.cc | 13 +- gcc/gimple-range-gori.cc | 27 +- gcc/gimple-range-gori.h | 7 +- gcc/godump.c | 53 +- gcc/ira-color.c | 6 +- gcc/omp-expand.c | 19 +- gcc/optabs.c | 6 +- gcc/testsuite/c-c++-common/gomp/doacross-4.c | 30 + gcc/testsuite/g++.dg/cpp0x/friend6.C | 23 + gcc/testsuite/g++.dg/cpp2a/concepts-pr78173.C | 9 + gcc/testsuite/g++.dg/init/array60.C | 8 + gcc/testsuite/g++.dg/modules/modules.exp | 376 +++++ gcc/testsuite/gcc.c-torture/compile/pr98229.c | 7 + gcc/testsuite/gcc.dg/guality/pr98219-1.c | 49 + gcc/testsuite/gcc.dg/guality/pr98219-2.c | 63 + gcc/testsuite/gcc.dg/pr98190.c | 33 + gcc/testsuite/gcc.dg/pr98211.c | 51 + gcc/testsuite/gcc.dg/predict-8.c | 2 +- gcc/testsuite/gcc.dg/torture/pr98219-1.c | 45 + gcc/testsuite/gcc.dg/torture/pr98219-2.c | 59 + gcc/testsuite/gcc.dg/torture/pr98235.c | 34 + gcc/testsuite/gcc.dg/vect/bb-slp-69.c | 1 + gcc/testsuite/gcc.dg/vect/bb-slp-div-1.c | 5 +- gcc/testsuite/gcc.dg/vect/bb-slp-subgroups-3.c | 1 + gcc/testsuite/gcc.dg/vect/pr97678.c | 2 + gcc/testsuite/gcc.dg/vect/pr97929.c | 10 + gcc/testsuite/gcc.dg/vect/pr98069.c | 22 + gcc/testsuite/gcc.dg/vect/vect-live-6.c | 2 +- gcc/testsuite/gcc.misc-tests/godump-1.c | 3 + gcc/testsuite/gcc.target/aarch64/sve/pr97092.c | 24 + gcc/testsuite/gcc.target/arc/pmpyd.c | 15 + gcc/testsuite/gcc.target/arc/tmac-1.c | 2 +- gcc/testsuite/gcc.target/arm/lob2.c | 2 +- gcc/testsuite/gcc.target/arm/lob3.c | 2 +- gcc/testsuite/gcc.target/arm/lob4.c | 2 +- gcc/testsuite/gcc.target/arm/lob5.c | 2 +- gcc/testsuite/gcc.target/arm/simd/mve-vand.c | 63 + gcc/testsuite/gcc.target/arm/simd/mve-vorr.c | 64 + gcc/testsuite/gcc.target/arm/simd/mve-vsub_1.c | 1 - gcc/testsuite/gcc.target/i386/pr98169.c | 29 + gcc/testsuite/gcc.target/i386/pr98212.c | 21 + gcc/testsuite/gcc.target/i386/uintr-2.c | 7 +- gcc/testsuite/gcc.target/i386/uintr-3.c | 6 +- gcc/testsuite/gcc.target/i386/uintr-4.c | 6 +- gcc/testsuite/gcc.target/i386/uintr-5.c | 4 +- gcc/testsuite/gnat.dg/modular6.adb | 15 + gcc/testsuite/lib/target-supports.exp | 4 +- gcc/tree-data-ref.c | 427 +++-- gcc/tree-inline.c | 14 +- gcc/tree-pretty-print.c | 12 + gcc/tree-ssa-live.c | 34 +- gcc/tree-vect-data-refs.c | 2 + gcc/tree-vect-patterns.c | 2 +- gcc/tree-vect-slp.c | 89 +- gcc/tree-vect-stmts.c | 18 +- gcc/tree.c | 2 +- libcpp/init.c | 2 +- libstdc++-v3/include/std/bit | 4 - 90 files changed, 3927 insertions(+), 771 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/doacross-4.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/friend6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr78173.C create mode 100644 gcc/testsuite/g++.dg/init/array60.C create mode 100644 gcc/testsuite/g++.dg/modules/modules.exp create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98229.c create mode 100644 gcc/testsuite/gcc.dg/guality/pr98219-1.c create mode 100644 gcc/testsuite/gcc.dg/guality/pr98219-2.c create mode 100644 gcc/testsuite/gcc.dg/pr98190.c create mode 100644 gcc/testsuite/gcc.dg/pr98211.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr98219-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr98219-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr98235.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97929.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr98069.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr97092.c create mode 100644 gcc/testsuite/gcc.target/arc/pmpyd.c create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vand.c create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vorr.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98169.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98212.c create mode 100644 gcc/testsuite/gnat.dg/modular6.adb