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-stable-defconfig in repository toolchain/ci/gcc.
from 7be480b6cdd Daily bump. adds 0d8776b2d7e Daily bump. adds 4c591af5947 libstdc++: Fix non-reserved name in header adds 6d6b093133b [RS6000] ICE in decompose, at rtl.h:2282 new 18d980d94f8 PR target/96313 AArch64: vqmovun* return types should be unsigned new d5c6ea22fe6 PR target/97150 AArch64: 2nd parameter of unsigned Neon sca [...]
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/config/aarch64/aarch64-simd-builtins.def | 2 +- gcc/config/aarch64/arm_neon.h | 36 +++++++++++----------- gcc/config/rs6000/rs6000.c | 2 +- gcc/testsuite/gcc.target/aarch64/pr96313.c | 8 +++++ gcc/testsuite/gcc.target/aarch64/pr97150.c | 14 +++++++++ .../gcc.target/aarch64/scalar_intrinsics.c | 6 ++-- libstdc++-v3/include/bits/random.h | 2 +- libstdc++-v3/testsuite/17_intro/names.cc | 5 +++ 9 files changed, 52 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96313.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97150.c