This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1accf4454a2 [prange] Drop range to VARYING if the bitmask intersection [...] new 5f5074fe7aa Fortran: Fix select type regression due to r14-9489 [PR114874]
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/gfortran.h | 4 +++ gcc/fortran/match.cc | 21 +++++++++++++ gcc/fortran/primary.cc | 10 +++--- gcc/fortran/resolve.cc | 17 +++++++--- gcc/testsuite/gfortran.dg/pr114874_1.f90 | 32 +++++++++++++++++++ gcc/testsuite/gfortran.dg/pr114874_2.f90 | 53 ++++++++++++++++++++++++++++++++ 6 files changed, 128 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr114874_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr114874_2.f90