This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 9251b457eb8 sccvn: Fix visit_reference_op_call value numbering of vdefs [...] adds a4066d3a509 tree-optimization/104676 - free nb_iterations after loop di [...] adds 39be73d07bb bpf: do not --enable-gcov for bpf-*-* targets adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/configure | 14 ++++++-- gcc/configure.ac | 10 +++++- gcc/cp/pt.cc | 2 +- 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/testsuite/gcc.dg/torture/pr104676.c | 35 +++++++++++++++++++ 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 ++++++++ gcc/tree-loop-distribution.cc | 2 +- libgcc/configure | 31 ++++++++++------- libgcc/configure.ac | 17 ++++++--- libgcc/unwind-dw2-fde-dip.c | 2 +- 17 files changed, 282 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr104676.c 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