This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 96963713f6a libstdc++: Fix return type of ranges::ssize for 128-bit int [...] new d514626ee25 Fortran: Fix some issues with pointers to character.
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/trans-array.c | 61 +- gcc/fortran/trans-expr.c | 70 ++- gcc/fortran/trans-intrinsic.c | 1 + gcc/fortran/trans-types.c | 68 ++- gcc/fortran/trans-types.h | 2 +- gcc/fortran/trans.c | 26 +- gcc/fortran/trans.h | 5 + gcc/testsuite/gfortran.dg/PR100120.f90 | 198 +++++++ gcc/testsuite/gfortran.dg/character_workout_1.f90 | 689 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/character_workout_4.f90 | 689 ++++++++++++++++++++++ libgfortran/intrinsics/associated.c | 2 +- libgfortran/libgfortran.h | 1 + 12 files changed, 1732 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/PR100120.f90 create mode 100644 gcc/testsuite/gfortran.dg/character_workout_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/character_workout_4.f90