This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8645370af18 RISC-V: Document the degree of position independence that m [...] new 916b809fbfd Fortran: frontend code for F2018 QUIET specifier to STOP an [...]
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/dump-parse-tree.cc | 5 +++ gcc/fortran/match.cc | 62 ++++++++++++++++++++++++++++++------ gcc/fortran/resolve.cc | 9 ++++++ gcc/fortran/trans-stmt.cc | 15 +++++++-- gcc/testsuite/gfortran.dg/stop_1.f90 | 44 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/stop_2.f | 31 ++++++++++++++++++ gcc/testsuite/gfortran.dg/stop_3.f90 | 22 +++++++++++++ gcc/testsuite/gfortran.dg/stop_4.f90 | 14 ++++++++ 8 files changed, 189 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/stop_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/stop_2.f create mode 100644 gcc/testsuite/gfortran.dg/stop_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/stop_4.f90