This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 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 adds 7651759baf5 /cp 2019-04-08 Paolo Carlini paolo.carlini@oracle.com adds 8d1448db212 Fix expected scanned pattern. adds 2199e93e52f 2019-04-01 Bin Cheng bin.cheng@linux.alibaba.com adds f7be52cb4cc Add data_file to GCOV interm. format (PR gcov-profile/89961). adds 05eeaf54e56 PR rtl-optimization/89865 * config/i386/i386.md (SWI12 p [...] adds 0c1c590a2d6 PR rtl-optimization/89865 * config/i386/i386.md: Add peep [...] adds 62eeadbc3fe The fma_forest, fma_root_node and func_fma_steering classes [...] adds c802feb3ec0 Add missing libsanitizer extra patch (r259664) (PR sanitize [...] adds 0f22b8fdd6b LOCAL_PATCHES: Add revision. adds 7e41cae0bfc 2019-04-08 Richard Biener rguenther@suse.de
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 158 ++++++++++---- gcc/DATESTAMP | 2 +- gcc/config/aarch64/cortex-a57-fma-steering.c | 10 + gcc/config/i386/i386.md | 230 ++++++++++++++++++++- gcc/config/mips/mips.opt | 2 +- gcc/cp/ChangeLog | 9 + gcc/cp/method.c | 9 +- gcc/cp/semantics.c | 8 +- gcc/doc/gcov.texi | 4 + gcc/fortran/ChangeLog | 2 +- gcc/gcov.c | 1 + gcc/testsuite/ChangeLog | 49 ++++- .../g++.dg/ext/has_nothrow_constructor-3.C | 9 + gcc/testsuite/gcc.dg/tree-ssa/pr89725.c | 28 +++ gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c | 31 +++ gcc/testsuite/gcc.target/i386/pr49095.c | 6 +- gcc/testsuite/gcc.target/i386/pr89945.c | 21 ++ gcc/testsuite/gcc.target/riscv/arch-1.c | 2 +- gcc/tree-chrec.c | 22 +- gcc/tree-chrec.h | 2 +- gcc/tree-data-ref.c | 25 ++- gcc/tree-data-ref.h | 7 +- gcc/tree-vect-data-refs.c | 9 + libsanitizer/ChangeLog | 12 ++ libsanitizer/LOCAL_PATCHES | 1 + .../sanitizer_platform_limits_linux.cc | 7 +- .../sanitizer_platform_limits_posix.h | 2 +- libstdc++-v3/ChangeLog | 5 + .../27_io/filesystem/iterators/caching.cc | 1 + 29 files changed, 586 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/has_nothrow_constructor-3.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89725.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89945.c