This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 1027dc45920 d: Merge upstream dmd cf63dd8e5, druntime caf14b0f, phobos [...] adds ec1b9ba2d79 [PR104637] LRA: Split hard regs as many as possible on one subpass adds 7e5c6edeb1b PR middle-end/80270: ICE in extract_bit_field_1 adds 28068d11156 PR tree-optimization/91384: peephole2 to eliminate testl af [...] new a35f16971b4 Daily bump.
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: gcc/ChangeLog | 82 +++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 13 +++++ gcc/cp/ChangeLog | 13 +++++ gcc/d/ChangeLog | 6 +++ gcc/expmed.cc | 4 ++ gcc/lra-assigns.cc | 42 ++++++++++++--- gcc/testsuite/ChangeLog | 88 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104637.c | 22 ++++++++ gcc/testsuite/gcc.target/i386/pr80270.c | 21 ++++++++ gcc/testsuite/gcc.target/i386/pr91384.c | 20 ++++++++ libgomp/ChangeLog | 9 ++++ libphobos/ChangeLog | 5 ++ 13 files changed, 319 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr104637.c create mode 100644 gcc/testsuite/gcc.target/i386/pr80270.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91384.c