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-arm-lts-defconfig in repository toolchain/ci/gcc.
from 8086cf94830 Reduce memory consumption for push/pop_access_scope. adds b2b8dbd1381 Fix ICE on class template argument deduction with inherited ctor. adds 1660b048dec * config/pa/pa.h (hppa_profile_hook): Delete declaration. [...] adds 6518bb2ae61 PR target/91204 * optabs.c (expand_unop): As fallback, ex [...] adds 0c73dd90709 rs6000: New predicate any_memory_operand adds 081053d7b1c rs6000: Make lwa_operand use any_memory_operand adds 6b7c7512290 rs6000: Make input_operand use any_memory_operand adds ef1acc5b1ab rs6000: Make offsettable_mem_operand use any_memory_operand adds ab29ca88f30 Daily bump. adds 2320efbd975 2019-07-21 Thomas König tkoenig@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 29 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa-protos.h | 1 + gcc/config/pa/pa.h | 1 - gcc/config/rs6000/predicates.md | 22 +++++++----- gcc/cp/ChangeLog | 5 +++ gcc/cp/cp-tree.h | 3 +- gcc/fortran/ChangeLog | 6 ++++ gcc/fortran/gfortran.texi | 16 +++++++++ gcc/optabs.c | 11 ++++++ gcc/testsuite/ChangeLog | 7 ++++ gcc/testsuite/g++.dg/cpp1z/class-deduction67.C | 21 +++++++++++ gcc/testsuite/gcc.c-torture/compile/pr91204.c | 11 ++++++ gcc/testsuite/gcc.target/powerpc/volatile-mem.c | 16 +++++++++ libgfortran/ChangeLog | 18 ++++++++++ libgfortran/io/unix.c | 47 ++++++++++++++++++------- libgfortran/libgfortran.h | 1 + libgfortran/runtime/environ.c | 8 +++++ 18 files changed, 201 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction67.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr91204.c create mode 100644 gcc/testsuite/gcc.target/powerpc/volatile-mem.c