This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 742bafdeed7 d: Add convenient overload for build_libcall new df7f52b3a4c Fortran: fix string length for array constructors with type [...]
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/decl.cc | 4 +- gcc/fortran/dump-parse-tree.cc | 8 +++ gcc/fortran/simplify.cc | 15 +++++ gcc/fortran/trans-intrinsic.cc | 8 +++ gcc/testsuite/gfortran.dg/string_length_5.f90 | 88 +++++++++++++++++++++++++++ 5 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/string_length_5.f90