This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm 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 [...] adds 865e36a08b9 gcc-changelog: ignore one more revision adds 8af4270d3fd Daily bump. adds 447ac3c570c Add ChangeLog entries for 86d8e0c0652ef5236a460b75c25e4f709 [...] new f6b786d7498 d: Compile simd_ctfe.d only on avx_runtime or vect_sizes_16 [...]
The 1 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: ChangeLog | 4 ++ contrib/ChangeLog | 4 ++ contrib/gcc-changelog/git_update_version.py | 3 +- gcc/ChangeLog | 57 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.cc | 4 +- gcc/config/iq2000/iq2000.md | 29 ++++++--- gcc/cp/ChangeLog | 35 +++++++++++ gcc/cp/coroutines.cc | 1 + gcc/d/ChangeLog | 28 +++++++++ gcc/d/d-lang.cc | 4 ++ gcc/d/decl.cc | 11 +--- gcc/d/lang.opt | 4 -- gcc/jit/ChangeLog | 13 ++++ gcc/po/ChangeLog | 8 +++ gcc/testsuite/ChangeLog | 96 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr103328.C | 32 ++++++++++ gcc/testsuite/gcc.target/i386/pr105123.c | 22 +++++++ gcc/testsuite/gdc.dg/simd_ctfe.d | 3 +- libgomp/ChangeLog | 11 ++++ libphobos/ChangeLog | 9 +++ libstdc++-v3/ChangeLog | 27 ++++++++ 22 files changed, 381 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr103328.C create mode 100644 gcc/testsuite/gcc.target/i386/pr105123.c