This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 1798cac7a8b runtime: remove direct assignments to memory locations adds 7466a0a5d8d Require target lra for tests using asm goto adds 269256f33c5 Daily bump. adds d55eee24a9f Daily bump. adds 5f5fbb550af PR tree-optimization/101403: Incorrect folding of ((T)bswap(x))>>C adds 1e72c24d2f3 arm/98435: Missed optimization in expanding vector constructor. adds 9b8b37d1b63 offloading: fix -foffload hinting
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/config/arm/neon.md | 9 -------- gcc/config/arm/vec-common.md | 9 ++++++++ gcc/cp/ChangeLog | 9 ++++++++ gcc/gcc.c | 17 ++++++++------ gcc/match.pd | 36 +++++++++++++++++++---------- gcc/testsuite/ChangeLog | 13 +++++++++++ gcc/testsuite/gcc.dg/pr101403.c | 17 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr100329.c | 2 +- gcc/testsuite/gcc.dg/torture/pr100519.c | 2 +- gcc/testsuite/gcc.target/arm/simd/pr98435.c | 15 ++++++++++++ 11 files changed, 100 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101403.c create mode 100644 gcc/testsuite/gcc.target/arm/simd/pr98435.c