This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c108785c425 tree-optimization/117594 - fix live op vectorization for le [...] new 386f6d98ba0 Fortran: add bounds-checking for ALLOCATE of CHARACTER with [...]
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/dependency.cc | 2 +- gcc/fortran/interface.cc | 27 +++++++++++++++++++--- gcc/fortran/trans-stmt.cc | 11 +++++++++ gcc/testsuite/gfortran.dg/auto_char_len_4.f90 | 25 ++++++++++++++------ .../gfortran.dg/bounds_check_strlen_10.f90 | 21 +++++++++++++++++ gcc/testsuite/gfortran.dg/typebound_override_1.f90 | 4 ++-- 6 files changed, 77 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_strlen_10.f90