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-aarch64-mainline-defconfig in repository toolchain/ci/gcc.
from 132ddcc78c1 libstdc++: Use correct argument type for __use_alloc, again [...] adds e7285587186 libstdc++: Fix out-of-bounds string_view access in filesyst [...] adds c189842fef7 Daily bump. adds dbc775fc2ba Daily bump. adds 6ca87f2ae83 aarch64: Add support for Neoverse V1 CPU new 6f06be1769d Add support for __jcvt intrinsic new 3bec35d813c rtl_data: Add sp_is_clobbered_by_asm
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/DATESTAMP | 2 +- gcc/cfgexpand.c | 14 +++++---- gcc/config/aarch64/aarch64-builtins.c | 18 +++++++++++ gcc/config/aarch64/aarch64-c.c | 1 + gcc/config/aarch64/aarch64-cores.def | 2 ++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.h | 3 ++ gcc/config/aarch64/aarch64.md | 11 +++++++ gcc/config/aarch64/arm_acle.h | 14 +++++++++ gcc/config/i386/i386.c | 6 ++-- gcc/doc/invoke.texi | 4 +-- gcc/doc/sourcebuild.texi | 3 ++ gcc/emit-rtl.h | 3 ++ gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c | 15 ++++++++++ gcc/testsuite/gcc.target/aarch64/acle/jcvt_2.c | 33 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr97032.c | 23 ++++++++++++++ gcc/testsuite/lib/target-supports.exp | 21 +++++++++++++ libstdc++-v3/ChangeLog | 35 ++++++++++++++++++++++ libstdc++-v3/src/c++17/fs_path.cc | 2 +- .../27_io/filesystem/path/append/source.cc | 10 +++++++ 20 files changed, 210 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/jcvt_2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97032.c