This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 969a989d2bc Daily bump. adds c23a9c87cc6 Some additional zero-extension related optimizations in sim [...] adds 7baed397dd0 Support logical shifts by (some) integer constants in TImod [...] adds e6b011bcfd5 Improved pre-reload split of double word comparison against [...] adds fc6ef901734 PR target/47949: Use xchg to move from/to AX_REG with -Oz on x86. adds 7585e5ecb47 profile: do not collect stats unless TDF_DETAILS adds a6b7fff06c5 gcov-dump: add --stable option
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-features.cc | 21 ++++++++++ gcc/config/i386/i386.md | 21 ++++++++++ gcc/doc/gcov-dump.texi | 5 +++ gcc/gcov-dump.cc | 61 ++++++++++++++++++++++++---- gcc/profile.cc | 7 ++-- gcc/simplify-rtx.cc | 60 +++++++++++++++++++++++++-- gcc/testsuite/gcc.target/i386/pr47949.c | 15 +++++++ gcc/testsuite/gcc.target/i386/sse4_1-stv-7.c | 18 ++++++++ 8 files changed, 195 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr47949.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-stv-7.c