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-stable-allyesconfig in repository toolchain/ci/gcc.
from e1ad18eeeed PR target/85969 * config/avr/gen-avr-mmcu-specs.c (str_pr [...] adds 3c585034cfd Fix compilation with Clang adds 4badc652b89 Use implicitly-defined copy operations for test iterators adds 991edac437a PR c++/91581 - ICE in exception-specification of defaulted ctor. adds 71046993786 Daily bump. adds 9da6344fa93 Fix false dependence of scalar operation vrcp/vsqrt/vrsqrt/ [...] adds 541ec0fe275 Adjust predicates and constraints of scalar insns.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 64 +++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 67 +++---- gcc/config/i386/sse.md | 205 +++++++++++++++------ gcc/config/i386/subst.md | 4 +- gcc/testsuite/ChangeLog | 11 ++ gcc/testsuite/g++.dg/cpp0x/noexcept55.C | 8 + gcc/testsuite/gcc.target/i386/pr87007-4.c | 18 ++ gcc/testsuite/gcc.target/i386/pr87007-5.c | 18 ++ libstdc++-v3/ChangeLog | 13 ++ libstdc++-v3/include/bits/allocator.h | 4 +- .../20_util/allocator/requirements/constexpr.cc | 28 +++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 89 ++++----- 13 files changed, 391 insertions(+), 140 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept55.C create mode 100644 gcc/testsuite/gcc.target/i386/pr87007-4.c create mode 100644 gcc/testsuite/gcc.target/i386/pr87007-5.c create mode 100644 libstdc++-v3/testsuite/20_util/allocator/requirements/constexpr.cc