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-allnoconfig in repository toolchain/ci/gcc.
from b642fca1c31 Objective-C/C++ : Handle parsing @property 'class' attribute. adds fb95de7a11b Daily bump. adds ce4ae1f4893 ira: Recompute regstat as max_regno changes [PR97705] adds 946b73c1132 libiberty/pex-win32.c: Initialize orig_err adds dc7e8839c92 Enable MOVDIRI, MOVDIR64B, CLDEMOTE and WAITPKG for march=tremont adds 2d4fa1f79c7 arm: [testcase] Better narrow some bfloat16 testcase adds 17c25a454e0 Use a per-edge PRE PHI translation cache adds ede8cfb8a45 CSE VN_INFO calls in PRE and VN adds 4081596e852 c++: Consistently expose singleton overloads adds e38cd64ac6c c++: ADL refactor adds ec735bc7646 tree-optimization/97746 - fix order of mask precision computes adds f5761c318a5 tree-optimization/97753 - fix SLP induction vect adds 8a713174440 config-ml.in: Suppress output from multi-do recipes adds 99bf3a817b9 libstdc++: Include <typeinfo> even for -fno-rtti [PR 97758] adds 0af3930a497 libstdc++: Use 'inline' consistently in std::exception_ptr [...] adds fa59c8dcd2f aarch64: Do not alter force_reg returned register expanding fcmla adds 4e85ad79a13 Cleanup irange::set. adds 96f315213f3 tree-optimization/97761 - fix SLP live calculation adds ff4bfb1553c libstdc++: Remove redundant check for zero in std::__popcount adds b2b85163731 libstdc++: Improve comment on _Power_of_2 helper function adds f27a3b37b48 Fortran: Fix OpenACC in specification-part checks [PR90111] adds b5cff0db6e3 Clean up irange self tests. adds c5395d88dfa arc: Improve/add instruction patterns to better use MAC ins [...] adds 4394b1ce773 c-family: Fix regression in location-overflow-test-1.c [PR97117] adds 6624075e7e9 c-family: Avoid unnecessary work when -Wpragmas is being ignored new 3a5f8d745f8 c++: Fix -Wvexing-parse ICE with omitted int [PR97762]
The 1 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: config-ml.in | 8 +- gcc/ChangeLog | 5 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + gcc/c-family/c-indentation.c | 70 ++- gcc/c-family/c-pragma.c | 19 +- gcc/config/aarch64/aarch64-builtins.c | 6 +- gcc/config/arc/arc.c | 8 + gcc/config/arc/arc.md | 71 ++- gcc/config/arc/constraints.md | 5 + gcc/config/arc/simdext.md | 90 ++- gcc/config/i386/i386.h | 10 +- gcc/cp/ChangeLog | 5 + gcc/cp/cp-tree.h | 7 +- gcc/cp/name-lookup.c | 170 ++++-- gcc/cp/parser.c | 28 +- gcc/doc/invoke.texi | 59 +- gcc/fortran/parse.c | 11 +- gcc/function-tests.c | 1 + gcc/ira.c | 27 +- gcc/objc/ChangeLog | 7 + gcc/range-op.cc | 643 +++++---------------- gcc/selftest.h | 1 + gcc/testsuite/ChangeLog | 18 + gcc/testsuite/g++.dg/warn/Wvexing-parse8.C | 11 + gcc/testsuite/gcc.dg/pragma-diag-6.c | 9 +- gcc/testsuite/gcc.dg/vect/bb-slp-pr97746.c | 20 + gcc/testsuite/gcc.dg/vect/pr97753.c | 10 + .../gcc.target/arm/simd/vld1_lane_bf16_1.c | 3 +- .../gcc.target/arm/simd/vld1_lane_bf16_indices_1.c | 2 + .../arm/simd/vld1q_lane_bf16_indices_1.c | 2 + .../gcc.target/arm/simd/vst1_lane_bf16_1.c | 3 +- .../gcc.target/arm/simd/vst1_lane_bf16_indices_1.c | 2 + .../arm/simd/vstq1_lane_bf16_indices_1.c | 2 + .../gfortran.dg/goacc/specification-part.f90 | 100 ++++ gcc/testsuite/gfortran.dg/vect/pr97761.f90 | 32 + gcc/tree-ssa-pre.c | 209 +++---- gcc/tree-ssa-sccvn.c | 16 +- gcc/tree-vect-loop.c | 7 +- gcc/tree-vect-patterns.c | 8 +- gcc/tree-vect-slp.c | 4 - gcc/value-range.cc | 450 ++++++++++++-- gcc/value-range.h | 28 +- libiberty/pex-win32.c | 2 +- libstdc++-v3/include/bits/std_function.h | 4 +- libstdc++-v3/include/bits/uniform_int_dist.h | 4 +- libstdc++-v3/include/std/bit | 3 - libstdc++-v3/libsupc++/exception_ptr.h | 9 - 48 files changed, 1327 insertions(+), 893 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wvexing-parse8.C create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr97746.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97753.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/specification-part.f90 create mode 100644 gcc/testsuite/gfortran.dg/vect/pr97761.f90