This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from ad9fcb961c0 x86: Enable FMA in unsigned SI to SF expanders adds 81e9178fe7f Fix PR debug/101947 adds fc4f0631de8 libgfortran: Makefile fix for ISO_Fortran_binding.h adds 020e2db0a80 Rename forwarder_block_p in treading code to empty_block_wi [...] adds ff7bc505b17 libgomp.texi: Extend OpenMP 5.0 Implementation Status adds 81f9718139c c++: Fix up constexpr evaluation of deleting dtors [PR100495] new c03db573b9e tree: Change error_operand_p to an inline function new 053db9a49b0 debug: Add BTF_WITH_CORE_DEBUG debug format new e29a9607faa bpf: Add new -mco-re option for BPF CO-RE new 849d5f5929f dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecase new 2a1537a19cb Fortran - improve error recovery determining array element [...]
The 5 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/config/bpf/bpf.c | 25 ++++++++ gcc/config/bpf/bpf.opt | 4 ++ gcc/cp/constexpr.c | 4 +- gcc/dwarf2ctf.c | 54 ++++++++++++---- gcc/dwarf2ctf.h | 4 +- gcc/dwarf2out.c | 61 +++++++++++++++--- gcc/flag-types.h | 6 +- gcc/flags.h | 4 ++ gcc/fortran/expr.c | 7 +- gcc/opts.c | 8 +++ gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C | 17 +++++ gcc/testsuite/gcc.target/bpf/core-lto-1.c | 9 +++ gcc/testsuite/gfortran.dg/pr101327.f90 | 11 ++++ gcc/tree-ssa-threadedge.c | 9 ++- gcc/tree.h | 11 ++-- libgfortran/Makefile.am | 10 ++- libgfortran/Makefile.in | 10 ++- libgomp/libgomp.texi | 96 +++++++++++++++++++++++++++- 18 files changed, 295 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C create mode 100644 gcc/testsuite/gcc.target/bpf/core-lto-1.c create mode 100644 gcc/testsuite/gfortran.dg/pr101327.f90