This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 01d92cfd798 Fix array-quals-1.c for RISC-V new c231fca5de8 Fortran:Fix simplification of constructors with implied-do [...] new 21c1a30fc73 Fortran: Allow pointer deferred length associate selectors. [...]
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/simplify.c | 34 +++++++++++++++++++++- gcc/fortran/trans-expr.c | 2 +- .../gfortran.dg/deferred_character_35.f90 | 18 ++++++++++++ gcc/testsuite/gfortran.dg/implied_do_3.f90 | 14 +++++++++ 4 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_35.f90 create mode 100644 gcc/testsuite/gfortran.dg/implied_do_3.f90