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 f997eef5654 combine: Fix up -fcompare-debug issue in the combiner [PR104544] adds f9c4917f016 testsuite: Add testcase for already fixed PR [PR104448] adds c19f317a78c c++: treat NON_DEPENDENT_EXPR as not potentially constant [ [...] adds fe581e63431 Use range_compatible_p in condexpr_adjust adds 6d66bd25dc8 libbacktrace: initialize DWARF 5 fields of unit new 24ca97325ca libgo: restore building on Solaris
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/cp/constexpr.cc | 9 ++++++++- gcc/gimple-range-gori.cc | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/g++.dg/template/non-dependent21.C | 9 +++++++++ gcc/testsuite/gcc.target/i386/pr104448.c | 9 +++++++++ libbacktrace/dwarf.c | 3 +++ libgo/go/net/fcntl_libc_test.go | 5 ++++- libgo/go/os/signal/internal/pty/pty.go | 2 +- libgo/go/runtime/os3_solaris.go | 8 ++++++++ libgo/go/runtime/stubs2.go | 2 +- libgo/go/syscall/exec_bsd.go | 4 ++-- libgo/go/syscall/export_unix_test.go | 2 +- libgo/go/syscall/syscall_solaris.go | 2 -- 13 files changed, 48 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/non-dependent21.C create mode 100644 gcc/testsuite/gcc.target/i386/pr104448.c