This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 029851fe709 Fix clang warning in pt.cc adds 157cc4e0117 libgcc: fix a warning calling find_fde_tail adds 8645370af18 RISC-V: Document the degree of position independence that m [...] adds 916b809fbfd Fortran: frontend code for F2018 QUIET specifier to STOP an [...] adds ae3c4e521dd Fix attr-retain-* tescases for 32-bit PowerPC.
No new revisions were added by this update.
Summary of changes: gcc/doc/invoke.texi | 4 ++ gcc/fortran/dump-parse-tree.cc | 5 ++ gcc/fortran/match.cc | 62 ++++++++++++++++++---- gcc/fortran/resolve.cc | 9 ++++ gcc/fortran/trans-stmt.cc | 15 ++++-- .../gcc.c-torture/compile/attr-retain-1.c | 2 + .../gcc.c-torture/compile/attr-retain-2.c | 2 + 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 +++++ libgcc/unwind-dw2-fde-dip.c | 2 +- 12 files changed, 198 insertions(+), 14 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