This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from dc8a2a1e854 Daily bump. adds c9f61a6481f PR libstdc++/89416 fix accessibility of members adds e806e3f2d07 PR rtl-optimization/89445 * simplify-rtx.c (simplify_tern [...] adds 1fa8b8f7a89 2019-02-24 Harald Anlauf anlauf@gmx.de adds f6ad730f6d6 i386: Compile PR target/87007 tests with -mfpmath=sse adds ca180aba4f3 2019-02-24 Thomas Koenig tkoenig@gcc.gnu.org adds 622540e3cc6 2019-02-24 Paolo Carlini paolo.carlini@oracle.com adds 985c88378da Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 11 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 26 ++++++++++ gcc/fortran/arith.c | 4 +- gcc/fortran/check.c | 9 ++-- gcc/fortran/class.c | 9 ++-- gcc/fortran/simplify.c | 8 ++- gcc/fortran/target-memory.c | 58 ++++++++++++++-------- gcc/fortran/target-memory.h | 4 +- gcc/fortran/trans-expr.c | 7 ++- gcc/fortran/trans-stmt.c | 2 +- gcc/fortran/trans.h | 2 +- gcc/rtlanal.c | 26 +++++++++- gcc/simplify-rtx.c | 6 ++- gcc/testsuite/ChangeLog | 28 +++++++++++ gcc/testsuite/g++.dg/cpp0x/pr84585.C | 3 ++ gcc/testsuite/gcc.target/i386/avx512f-pr89445.c | 54 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr87007-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr87007-2.c | 2 +- gcc/testsuite/gfortran.dg/allocate_with_mold_3.f90 | 21 ++++++++ gcc/testsuite/gfortran.dg/pr88326.f90 | 11 ++++ gcc/testsuite/gfortran.dg/pr89266.f90 | 25 ++++++++++ libstdc++-v3/ChangeLog | 6 +++ libstdc++-v3/include/bits/alloc_traits.h | 2 +- 24 files changed, 282 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84585.C create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr89445.c create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88326.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89266.f90