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-lts-defconfig in repository toolchain/ci/gcc.
from e560fb42d8c Daily bump. adds d7ca95c00d3 c-family/ * c-ada-spec.c (is_float128): New predicate extr [...] adds ef0389c654f Regenerate libiberty/functions.texi adds dd88b0380fc PR target/89945 * config/i386/i386.md (anddi_1 to andsi_1 [...] adds 5224812d466 * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. adds e62a08c882f 2019-04-07 Harald Anlauf anlauf@gmx.de adds 38ce58916b6 Daily bump. adds 56d298ef12b 2019-04-08 Chenghua Xu paul.hua.gm@gmail.com adds d0f56531ff2 [testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.cc new 7651759baf5 /cp 2019-04-08 Paolo Carlini paolo.carlini@oracle.com new 8d1448db212 Fix expected scanned pattern.
The 2 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 | 115 +++++++++++++-------- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/ada/libgnat/i-cexten.ads | 10 +- gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-ada-spec.c | 30 ++++-- gcc/config/i386/i386.md | 11 +- gcc/config/mips/mips.opt | 2 +- gcc/cp/ChangeLog | 9 ++ gcc/cp/method.c | 9 +- gcc/cp/semantics.c | 8 +- gcc/fortran/ChangeLog | 2 +- gcc/testsuite/ChangeLog | 30 ++++-- .../g++.dg/ext/has_nothrow_constructor-3.C | 9 ++ gcc/testsuite/gcc.target/i386/pr89945.c | 21 ++++ gcc/testsuite/gcc.target/riscv/arch-1.c | 2 +- libiberty/ChangeLog | 4 + libiberty/functions.texi | 57 +++++----- libstdc++-v3/ChangeLog | 5 + .../27_io/filesystem/iterators/caching.cc | 1 + 20 files changed, 240 insertions(+), 97 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/has_nothrow_constructor-3.C create mode 100644 gcc/testsuite/gcc.target/i386/pr89945.c