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 93e6809459f Avoid FROM being overwritten in expand_fix. adds 652bef70d39 x86: Add non-destructive source to @xorsign<mode>3_1 adds 78b34cd8a80 gcc_update: use human readable name for revision string in [...] adds 1bc66017c11 invoke.texi: Fix @opindex for -foffload-options adds 74cb45e67d1 Correct implementation of wi::clz adds 9f99555f29c Daily bump. adds 58572bbb62c MIPS: add .module arch and ase to all output asm
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 6 ++++ contrib/gcc_update | 19 +++++++++-- gcc/ChangeLog | 52 +++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 13 +++++--- gcc/config/i386/i386.md | 11 +++--- gcc/config/mips/mips.c | 37 ++++++++++++++++++++ gcc/doc/invoke.texi | 2 +- gcc/testsuite/ChangeLog | 23 +++++++++++++ gcc/testsuite/gcc.target/i386/pr89984-1.c | 8 +++++ gcc/testsuite/gcc.target/i386/pr89984-2.c | 10 ++++++ gcc/testsuite/gcc.target/i386/xorsign-avx.c | 4 +++ gcc/wide-int.cc | 7 ++-- libgcc/ChangeLog | 10 ++++++ libgomp/ChangeLog | 4 +++ 15 files changed, 191 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr89984-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89984-2.c create mode 100644 gcc/testsuite/gcc.target/i386/xorsign-avx.c