This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 0f3a4cfc6a4 openmp: in_reduction support for Fortran new ce71cb79652 Fortran: Fixes and additional tests for shape/ubound/size [ [...]
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 | 20 ++ gcc/fortran/expr.c | 3 +- gcc/fortran/trans-array.c | 20 +- gcc/fortran/trans-intrinsic.c | 246 +++++++-------------- gcc/testsuite/ChangeLog.omp | 13 ++ .../c-interop/{shape.f90 => shape-bindc.f90} | 10 +- .../c-interop/{shape.f90 => shape-poly.f90} | 40 ++-- .../c-interop/{size.f90 => size-bindc.f90} | 8 +- .../c-interop/{size.f90 => size-poly.f90} | 44 ++-- .../c-interop/{ubound.f90 => ubound-bindc.f90} | 14 +- .../c-interop/{ubound.f90 => ubound-poly.f90} | 54 +++-- 11 files changed, 229 insertions(+), 243 deletions(-) copy gcc/testsuite/gfortran.dg/c-interop/{shape.f90 => shape-bindc.f90} (92%) copy gcc/testsuite/gfortran.dg/c-interop/{shape.f90 => shape-poly.f90} (72%) copy gcc/testsuite/gfortran.dg/c-interop/{size.f90 => size-bindc.f90} (93%) copy gcc/testsuite/gfortran.dg/c-interop/{size.f90 => size-poly.f90} (78%) copy gcc/testsuite/gfortran.dg/c-interop/{ubound.f90 => ubound-bindc.f90} (92%) copy gcc/testsuite/gfortran.dg/c-interop/{ubound.f90 => ubound-poly.f90} (81%)