This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 629e0547af3 tree-optimization/97330 - fix bad load sinking new c06617a79b4 libstdc++: Avoid divide by zero in default template arguments new f997b675501 libstdc++: Add C++11 member functions for ios::failure in old ABI new 181702ef8ab SLP vectorize multiple BBs at once new 5a448362da6 arm: [MVE] Add missing __arm_vcvtnq_u32_f32 intrinsic (PR 96914) new b2a96bf9dce libstdc++: Add assertions for preconditions in sampling dis [...] new baf4750feaa Improve documentation of -fallow-store-data-races new 3a9e6ee42ac debug: Make sure to output .file 0 when generating DWARF5. new 3e1123e52f8 Disable TBAA in some uses of call_may_clobber_ref_p new cd23ed8af23 [PATCH, rs6000] Rename BU_P10_MISC_2 define to BU_P10_POWER [...]
The 9 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/config/arm/arm_mve.h | 8 + gcc/config/rs6000/rs6000-builtin.def | 12 +- gcc/doc/invoke.texi | 13 +- gcc/dwarf2out.c | 21 ++ gcc/testsuite/gcc.dg/vect/bb-slp-22.c | 2 +- .../{vcvtq_u32_f32.c => vcvtnq_u32_f32.c} | 4 +- gcc/testsuite/gfortran.dg/pr68627.f | 2 +- gcc/tree-nrv.c | 4 +- gcc/tree-ssa-alias.c | 4 +- gcc/tree-ssa-alias.h | 2 +- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-tailcall.c | 6 +- gcc/tree-vect-patterns.c | 38 ++-- gcc/tree-vect-slp.c | 228 +++++++++++++++------ gcc/tree-vectorizer.c | 19 +- gcc/tree-vectorizer.h | 93 +-------- libstdc++-v3/include/bits/ios_base.h | 18 ++ libstdc++-v3/include/bits/random.h | 13 +- libstdc++-v3/include/bits/random.tcc | 3 + .../linear_congruential_engine/operators/call.cc | 43 +++- .../testsuite/26_numerics/random/pr60037-neg.cc | 4 +- .../testsuite/27_io/ios_base/failure/cxx11.cc | 3 +- .../ios_base/failure/error_code.cc} | 37 ++-- 23 files changed, 353 insertions(+), 226 deletions(-) copy gcc/testsuite/gcc.target/arm/mve/intrinsics/{vcvtq_u32_f32.c => vcvtnq_u32_f3 [...] copy libstdc++-v3/testsuite/{20_util/allocator/lwg3190.cc => 27_io/ios_base/failur [...]