This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from 71046993786 Daily bump. adds 9da6344fa93 Fix false dependence of scalar operation vrcp/vsqrt/vrsqrt/ [...] adds 541ec0fe275 Adjust predicates and constraints of scalar insns. adds d5a74b09ac7 rs6000: Fix allocate_stack in a corner case (PR91289) adds 79796211807 * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. adds 74c5e5f5bf7 * doc/xml/manual/codecvt.xml: Switch pubs.opengroup.org to [...] new 36e5ec23e7f 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 | 71 ++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 67 ++-- gcc/config/i386/sse.md | 205 +++++++--- gcc/config/i386/subst.md | 4 +- gcc/config/rs6000/rs6000-logue.c | 12 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/i386/pr87007-4.c | 18 + gcc/testsuite/gcc.target/i386/pr87007-5.c | 18 + libstdc++-v3/ChangeLog | 10 + .../abi/post/hppa-linux-gnu/baseline_symbols.txt | 446 +++++++++++++++++++++ libstdc++-v3/doc/xml/manual/codecvt.xml | 2 +- libstdc++-v3/doc/xml/manual/locale.xml | 2 +- libstdc++-v3/doc/xml/manual/messages.xml | 2 +- 14 files changed, 769 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr87007-4.c create mode 100644 gcc/testsuite/gcc.target/i386/pr87007-5.c