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-allnoconfig in repository toolchain/ci/gcc.
from 8873607cbd4 Improve error message for bad arguments to script adds 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 new f6ad730f6d6 i386: Compile PR target/87007 tests with -mfpmath=sse new ca180aba4f3 2019-02-24 Thomas Koenig tkoenig@gcc.gnu.org
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 | 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 | 23 +++++++++ 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 +- 23 files changed, 274 insertions(+), 46 deletions(-) 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