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_O1 in repository toolchain/ci/gcc.
from 235d5a96cb8 d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos [...] adds 0847ad33b90 c++: Fix ICE due to shared BLOCK node in coroutine generati [...] adds 243e649dcbb d: Remove Wtemplates warnings from the code generation pass adds e1a74058b78 i386: Fix up ix86_expand_vector_init_general [PR105123] adds 0364465e370 [committed][PR target/104987] Avoid "likely" forms of bbi[n [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-expand.cc | 4 ++-- gcc/config/iq2000/iq2000.md | 29 ++++++++++++++++++++------- gcc/cp/coroutines.cc | 1 + gcc/d/d-lang.cc | 4 ++++ gcc/d/decl.cc | 11 +--------- gcc/d/lang.opt | 4 ---- gcc/testsuite/g++.dg/coroutines/pr103328.C | 32 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr105123.c | 22 ++++++++++++++++++++ 8 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr103328.C create mode 100644 gcc/testsuite/gcc.target/i386/pr105123.c