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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 702a11ade2e RISC-V: Use a tab rather than space with FSFLAGS adds 4c334e0e4ff c++: Fix up ICE on __builtin_shufflevector constexpr evalua [...] adds 699e9a0f671 openmp: Fix up include of the generic allocator.c adds a05aac0a130 rs6000: Delete FP_ISA3 adds 64584863452 Update gcc sv.po adds 2fcc69d8ce4 xtensa: Implement bswaphi2 insn pattern adds 9777d446e21 xtensa: Make one_cmplsi2 optimizer-friendly adds e44e7face13 xtensa: Optimize '(~x & y)' to '((x & y) ^ y)' adds 29dc90a580b xtensa: Add clrsbsi2 insn pattern adds e3bba42fb5d Daily bump. new 5940b4e59f8 libgccjit: Support getting the size of a float [PR105829]
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/ChangeLog | 65 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 31 +- gcc/config/xtensa/xtensa.md | 68 +- gcc/cp/ChangeLog | 23 + gcc/cp/constexpr.cc | 13 +- gcc/jit/libgccjit.cc | 4 +- gcc/po/ChangeLog | 4 + gcc/po/sv.po | 1530 ++++----------------- gcc/testsuite/ChangeLog | 35 + gcc/testsuite/g++.dg/pr105871.C | 12 + gcc/testsuite/gcc.target/xtensa/check_zero_byte.c | 9 + gcc/testsuite/gcc.target/xtensa/one_cmpl_abs.c | 9 + gcc/testsuite/jit.dg/test-types.c | 3 + libgcc/ChangeLog | 5 + libgcc/config/xtensa/lib1funcs.S | 23 + libgcc/config/xtensa/t-xtensa | 2 +- libgomp/ChangeLog | 19 + libgomp/config/linux/allocator.c | 2 +- 19 files changed, 597 insertions(+), 1262 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr105871.C create mode 100644 gcc/testsuite/gcc.target/xtensa/check_zero_byte.c create mode 100644 gcc/testsuite/gcc.target/xtensa/one_cmpl_abs.c