This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from 7bfdb5a1c69 openmp: Fix ICE on non-rectangular loop with known 0 iterations new 88718208897 Fortran: Fix some select rank issues [PR97694 and 97723].
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/ChangeLog.omp | 15 ++++++++++ gcc/fortran/check.c | 13 +++++---- gcc/fortran/resolve.c | 5 ++-- gcc/fortran/trans-stmt.c | 2 +- gcc/testsuite/ChangeLog.omp | 10 +++++++ gcc/testsuite/gfortran.dg/select_rank_5.f90 | 44 +++++++++++++++++++++++++++++ 6 files changed, 80 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/select_rank_5.f90