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_bootstrap/master-arm-check_bootstrap_lto in repository toolchain/ci/gcc.
from ffb2c671707 Fix typo in <code>v1ti3. adds 7862f6ccd85 [nvptx] Fix dummy location in gen_comment adds c982d02ffe2 [nvptx] Add shf.{l,r}.wrap insn adds a046033ea0b [nvptx] Add missing t-omp-device isas adds 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 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. adds 41cbcf53dc6 libstdc++: Fix cast in source_location::current() [PR104602] adds 756a61851c1 Daily bump. adds e53bb1965db Copy EH phi args for throwing hardened compares adds a026b67f8f7 Cope with NULL dw_cfi_cfa_loc adds 33c7df5854e Add testcase from PR103845 adds a9e2ebe839d Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 46 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/nvptx/nvptx.cc | 10 +++- gcc/config/nvptx/nvptx.md | 16 ++++++ gcc/config/nvptx/t-omp-device | 2 +- gcc/configure | 14 ++++- gcc/configure.ac | 10 +++- gcc/cp/ChangeLog | 4 ++ gcc/cp/pt.cc | 2 +- gcc/doc/invoke.texi | 4 ++ gcc/dwarf2cfi.cc | 3 + gcc/expr.cc | 2 +- gcc/fortran/ChangeLog | 11 ++++ gcc/fortran/dump-parse-tree.cc | 5 ++ gcc/fortran/match.cc | 62 ++++++++++++++++---- gcc/fortran/resolve.cc | 9 +++ gcc/fortran/trans-stmt.cc | 15 ++++- gcc/gimple-harden-conditionals.cc | 31 +++++++++- gcc/testsuite/ChangeLog | 33 +++++++++++ gcc/testsuite/g++.dg/pr103856.C | 17 ++++++ gcc/testsuite/g++.dg/pr104540.C | 21 +++++++ gcc/testsuite/g++.dg/torture/pr104601.C | 32 +++++++++++ .../gcc.c-torture/compile/attr-retain-1.c | 2 + .../gcc.c-torture/compile/attr-retain-2.c | 2 + gcc/testsuite/gcc.dg/pr103845.c | 29 ++++++++++ gcc/testsuite/gcc.dg/torture/pr104676.c | 35 ++++++++++++ gcc/testsuite/gcc.target/nvptx/rotate-run.c | 23 ++++++++ gcc/testsuite/gcc.target/nvptx/rotate.c | 20 +++++++ 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/ChangeLog | 11 ++++ libgcc/configure | 31 ++++++---- libgcc/configure.ac | 17 ++++-- libgcc/unwind-dw2-fde-dip.c | 2 +- libgomp/ChangeLog | 10 ++++ .../testsuite/libgomp.c/declare-variant-3-sm30.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm35.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm53.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm70.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm75.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm80.c | 7 +++ libgomp/testsuite/libgomp.c/declare-variant-3.h | 66 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/include/std/source_location | 3 +- 48 files changed, 736 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr103856.C create mode 100644 gcc/testsuite/g++.dg/pr104540.C create mode 100644 gcc/testsuite/g++.dg/torture/pr104601.C create mode 100644 gcc/testsuite/gcc.dg/pr103845.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104676.c create mode 100644 gcc/testsuite/gcc.target/nvptx/rotate-run.c create mode 100644 gcc/testsuite/gcc.target/nvptx/rotate.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 create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm30.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm35.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm53.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm70.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm75.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm80.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3.h