This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from 5cf4746c3d4 c++: constexpr folding in unevaluated context [PR105931] adds 16d4ccc27d9 tilegx: Fix infinite loop in gen-mul-tables generator adds ea754f9dd27 Daily bump. adds 88323c9ddf2 Daily bump. adds 5b26a2beb50 Daily bump. adds 6dfeb4b757c Daily bump. adds 81c832f9d55 libgomp: fix typo in mold linker detection adds 8e230a3c026 loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [P [...] new d67dfc5f80e libgomp: Fix up target-31.c test [PR106045] new d068623e5b1 expand: Fix up expand_cond_expr_using_cmove [PR106030] new 9e72a522dd9 ifcvt: Don't introduce trapping or faulting reads in noce_t [...]
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/ChangeLog | 8 +++ gcc/DATESTAMP | 2 +- gcc/config/loongarch/loongarch.cc | 2 +- gcc/config/loongarch/loongarch.h | 2 +- gcc/config/tilepro/gen-mul-tables.cc | 4 +- gcc/cp/ChangeLog | 9 +++ gcc/expr.cc | 3 +- gcc/ifcvt.cc | 15 ++--- gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/g++.target/loongarch/loongarch.exp | 34 +++++++++++ gcc/testsuite/g++.target/loongarch/pr106096.C | 75 ++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr106030.c | 16 +++++ gcc/testsuite/gcc.c-torture/execute/pr106032.c | 21 +++++++ libgomp/Makefile.in | 2 +- libgomp/acinclude.m4 | 2 +- libgomp/configure | 2 +- libgomp/testsuite/libgomp.c/target-31.c | 2 +- 17 files changed, 190 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.target/loongarch/loongarch.exp create mode 100644 gcc/testsuite/g++.target/loongarch/pr106096.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr106030.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr106032.c