This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1556e447c0f libstdc++: Implement LWG 3595 changes to common_iterator new 1af78e731fe 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/expr.c | 3 +- gcc/fortran/trans-array.c | 20 +- gcc/fortran/trans-intrinsic.c | 246 +++++++-------------- .../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 +++-- 9 files changed, 196 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%)