This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c27f06260b2 VECT: Support loop len control on EXTRACT_LAST vectorization new d3b5a1bccc2 Fortran: implement vector sections in DATA statements [PR49588]
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: gcc/fortran/data.cc | 161 ++++++++++++++-------- gcc/fortran/data.h | 4 +- gcc/fortran/resolve.cc | 5 +- gcc/testsuite/gfortran.dg/data_vector_section.f90 | 26 ++++ 4 files changed, 134 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/data_vector_section.f90