This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from efd2b55d856 libstdc++: Fix type of first argument to vec_cntm call new 5fd5d8fb744 Fortran: checking and simplification of RESHAPE intrinsic [ [...] new ec2e8627442 Fortran: reject bad DIM argument of SIZE intrinsic in simpl [...]
The 2 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/check.cc | 6 ++++-- gcc/fortran/gfortran.h | 1 + gcc/fortran/iresolve.cc | 2 +- gcc/fortran/simplify.cc | 37 ++++++++++++++++++++++++++++---- gcc/testsuite/gfortran.dg/reshape_10.f90 | 34 +++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/reshape_11.f90 | 15 +++++++++++++ gcc/testsuite/gfortran.dg/size_dim_2.f90 | 19 ++++++++++++++++ 7 files changed, 107 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/reshape_10.f90 create mode 100644 gcc/testsuite/gfortran.dg/reshape_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/size_dim_2.f90