This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89502883331 Fortran: Fixes for kind=4 characters strings [PR107266] new 34cecde675b Fortran: check type of operands of logical operations, comp [...] new d45af5c2eb1 Fortran: handle bad array ctors with typespec [PR93483, PR1 [...]
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/arith.cc | 60 +++++++++++++++++----- gcc/fortran/gfortran.h | 5 +- gcc/testsuite/gfortran.dg/array_constructor_56.f90 | 22 ++++++++ gcc/testsuite/gfortran.dg/array_constructor_57.f90 | 30 +++++++++++ gcc/testsuite/gfortran.dg/pr107272.f90 | 21 ++++++++ 5 files changed, 122 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_56.f90 create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_57.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr107272.f90