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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 59b8ade8877 [libgomp, testsuite, nvptx] Add libgomp.c/declare-variant-3-sm*.c adds 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 new 157cc4e0117 libgcc: fix a warning calling find_fde_tail new 8645370af18 RISC-V: Document the degree of position independence that m [...] new 916b809fbfd Fortran: frontend code for F2018 QUIET specifier to STOP an [...]
The 3 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/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/g++.dg/torture/pr104601.C | 32 +++++++++++++++++ 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 +- gcc/tree-ssa-sccvn.cc | 26 ++++++++++---- libgcc/configure | 31 ++++++++++------- libgcc/configure.ac | 17 ++++++--- libgcc/unwind-dw2-fde-dip.c | 2 +- 19 files changed, 333 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr104601.C 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