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-aarch64 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. new 41cbcf53dc6 libstdc++: Fix cast in source_location::current() [PR104602]
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/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 +- libstdc++-v3/include/std/source_location | 3 +- 13 files changed, 200 insertions(+), 15 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