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 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 [...] new 39be73d07bb bpf: do not --enable-gcov for bpf-*-* targets new 029851fe709 Fix clang warning in pt.cc
The 2 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/testsuite/g++.dg/torture/pr104601.C | 32 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr104676.c | 35 +++++++++++++++++++++++++++++++++ gcc/tree-loop-distribution.cc | 2 +- gcc/tree-ssa-sccvn.cc | 26 +++++++++++++++++------- libgcc/configure | 31 ++++++++++++++++++----------- libgcc/configure.ac | 17 +++++++++++----- 9 files changed, 139 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr104601.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr104676.c