This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 27930c060ec Daily bump. new c913774742e Catch division by zero errors in array sizes. new 4af36fdd79e Remove KIND argument from INDEX so it does not mess up scal [...] new 08edd2515e5 2019-12-30 Thomas Koenig tkoenig@gcc.gnu.org
The 3 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 | 24 ++++++++++++++ gcc/fortran/arith.c | 6 ++++ gcc/fortran/decl.c | 31 +++++++++++++++--- gcc/fortran/gfortran.h | 2 ++ gcc/fortran/intrinsic.c | 48 ++++++++++++++++++++++++---- gcc/fortran/intrinsic.h | 3 +- gcc/fortran/iresolve.c | 25 ++++++++++++--- gcc/fortran/trans-decl.c | 24 +++++++++++++- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 ++++++ gcc/testsuite/gfortran.dg/index_3.f90 | 8 +++++ 11 files changed, 172 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/index_3.f90