This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e38cd64ac6c c++: ADL refactor new ec735bc7646 tree-optimization/97746 - fix order of mask precision computes new f5761c318a5 tree-optimization/97753 - fix SLP induction vect new 8a713174440 config-ml.in: Suppress output from multi-do recipes new 99bf3a817b9 libstdc++: Include <typeinfo> even for -fno-rtti [PR 97758] new 0af3930a497 libstdc++: Use 'inline' consistently in std::exception_ptr [...] new fa59c8dcd2f aarch64: Do not alter force_reg returned register expanding fcmla new 4e85ad79a13 Cleanup irange::set. new 96f315213f3 tree-optimization/97761 - fix SLP live calculation new ff4bfb1553c libstdc++: Remove redundant check for zero in std::__popcount new b2b85163731 libstdc++: Improve comment on _Power_of_2 helper function new f27a3b37b48 Fortran: Fix OpenACC in specification-part checks [PR90111] new b5cff0db6e3 Clean up irange self tests.
The 12 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/config/aarch64/aarch64-builtins.c | 6 +- gcc/fortran/parse.c | 11 +- gcc/function-tests.c | 1 + gcc/range-op.cc | 643 +++++---------------- gcc/selftest.h | 1 + gcc/testsuite/gcc.dg/vect/bb-slp-pr97746.c | 20 + gcc/testsuite/gcc.dg/vect/pr97753.c | 10 + .../gfortran.dg/goacc/specification-part.f90 | 100 ++++ gcc/testsuite/gfortran.dg/vect/pr97761.f90 | 32 + 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 +- 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 - 19 files changed, 755 insertions(+), 594 deletions(-) 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