This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/release-aarch64 in repository toolchain/ci/gcc.
from 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 [...] adds d67dfc5f80e libgomp: Fix up target-31.c test [PR106045] adds d068623e5b1 expand: Fix up expand_cond_expr_using_cmove [PR106030] adds 9e72a522dd9 ifcvt: Don't introduce trapping or faulting reads in noce_t [...] adds 306733df26d Daily bump. adds ef1c61dd8be LoongArch: Remove undefined behavior from code [PR 106097] adds a6a0f3423f3 bootstrap/105551 - restore nvptx build adds 7811663964a libsanitizer: cherry-pick 791e0d1bc85d adds 5cf7ffe3be8 Daily bump. adds eb4336f546b Fortran: fix checking of arguments to UNPACK when MASK is a [...] adds 26ea506a1e8 Fortran: fix simplification of INDEX(str1,str2) [PR105691] adds 6bcab64467d Fortran: handle explicit-shape specs with constant bounds [ [...] adds 8d8af1480b3 Daily bump. adds c17206709f9 c++: dependent generic lambda template-id [PR106024] adds d9130880f77 c++: tweak resolve_args change adds b1c8ee26276 c++: lambda template in requires [PR105541] adds 962e7f0803f Fix ICE on sh adds e748398b3ef c++: simpler fix for PR106024 adds c7d4a71598a Daily bump. new de6f402a54f c++: avoid <memory> poisoning on musl [PR106102] new ad5d760b815 jit: avoid calloc() poisoning on musl [PR106102]
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/ChangeLog | 56 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/loongarch/loongarch.cc | 13 +-- gcc/config/loongarch/loongarch.h | 2 +- gcc/config/sh/sh.cc | 6 ++ gcc/cp/ChangeLog | 25 +++++ gcc/cp/call.cc | 2 +- gcc/cp/cp-tree.h | 12 ++- gcc/cp/mapper-client.cc | 1 + gcc/cp/mapper-resolver.cc | 1 + gcc/cp/module.cc | 1 + gcc/cp/parser.cc | 10 +- gcc/expr.cc | 3 +- gcc/fortran/ChangeLog | 30 ++++++ gcc/fortran/check.cc | 2 + gcc/fortran/decl.cc | 12 +++ gcc/fortran/simplify.cc | 131 +++++------------------ gcc/ifcvt.cc | 15 +-- gcc/jit/jit-playback.cc | 3 +- gcc/jit/jit-recording.cc | 2 +- gcc/jit/libgccjit.cc | 2 +- gcc/opts.cc | 12 ++- gcc/system.h | 4 + gcc/testsuite/ChangeLog | 59 ++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-generic10.C | 14 +++ gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C | 4 + 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 ++++ gcc/testsuite/gfortran.dg/index_6.f90 | 31 ++++++ gcc/testsuite/gfortran.dg/pr105954.f90 | 26 +++++ gcc/testsuite/gfortran.dg/unpack_vector_1.f90 | 12 +++ libcc1/libcc1plugin.cc | 1 + libcc1/libcp1plugin.cc | 1 + libgomp/ChangeLog | 18 ++++ libgomp/Makefile.in | 2 +- libgomp/acinclude.m4 | 2 +- libgomp/configure | 2 +- libgomp/testsuite/libgomp.c/target-31.c | 2 +- libsanitizer/tsan/tsan_rtl_s390x.S | 2 + 41 files changed, 531 insertions(+), 138 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C 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 create mode 100644 gcc/testsuite/gfortran.dg/index_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr105954.f90 create mode 100644 gcc/testsuite/gfortran.dg/unpack_vector_1.f90