This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ece21ff6ea9 Do not stream all zeros for gcda files. new 6153cfd7a34 Reject components in extensions overlapping with the parent new 9d50112acfc openmp: Diagnose non-rectangular loops with invalid steps new 5c9669a0e6c vect: Fix an ICE in exact_div [PR95961] new d5d9f7834ab tree-optimization/96022 - fix ICE with vectorized shift new 00f24f56732 tree-cfg: Fix ICE with switch stmt to unreachable opt and f [...] new d0e7c73c515 Fortran : portability fix for PR52279 new d59a576b8b5 Redefine NULL to nullptr
The 7 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/ada/debug.adb | 7 +++- gcc/ada/fe.h | 2 + gcc/ada/gcc-interface/decl.c | 12 +++--- gcc/fortran/check.c | 2 +- gcc/omp-expand.c | 48 ++++++++++++++++++++-- gcc/system.h | 10 +++++ gcc/testsuite/c-c++-common/gomp/loop-7.c | 24 +++++++++++ gcc/testsuite/g++.dg/vect/pr96022.cc | 12 ++++++ gcc/testsuite/gcc.dg/pr95857.c | 37 +++++++++++++++++ .../aarch64/sve/pr95961.c} | 3 +- gcc/tree-cfg.c | 40 +++++++++++++++--- gcc/tree-vect-data-refs.c | 23 +++-------- gcc/tree-vect-slp.c | 11 ++--- gcc/tree-vect-stmts.c | 6 ++- 14 files changed, 194 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/loop-7.c create mode 100644 gcc/testsuite/g++.dg/vect/pr96022.cc create mode 100644 gcc/testsuite/gcc.dg/pr95857.c copy gcc/testsuite/{gcc.dg/vect/vect-ctor-1.c => gcc.target/aarch64/sve/pr95961.c} (72%)