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 02b4e2de320 Daily bump. adds 2fc6e3d55f6 This patch replaces shift and ior insns with one rotate and [...] adds 269edf4e5e6 Update {skylake,icelake,alderlake}_cost to add a bit prefer [...] adds 17f52a1c725 openmp: Add support for HBW or large capacity or interleave [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/x86-tune-costs.h | 26 +- gcc/config/rs6000/rs6000.md | 12 +- gcc/testsuite/g++.target/i386/pr105638.C | 3 +- gcc/testsuite/gcc.target/i386/pr105493.c | 51 ++++ gcc/testsuite/gcc.target/i386/pr91446.c | 2 +- gcc/testsuite/gcc.target/i386/pr99881.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr93453-1.c | 14 + libgomp/allocator.c | 365 ++++++++++++++++++++++++++- libgomp/config/linux/allocator.c | 36 +++ 9 files changed, 477 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr105493.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93453-1.c create mode 100644 libgomp/config/linux/allocator.c