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 6f9b555b441 Daily bump. adds 24b73262431 PR testsuite/89666 * c-c++-common/builtin-has-attribute-3 [...] adds f56fb8fbf17 * gcc.dg/pr88074.c: Require c99_runtime. * gcc.dg/warn-ab [...] adds 34ebdf64ba1 * gfortran.dg/pointer_init_10.f90: Require visibility supp [...] adds b1356bc43da * gcc.dg/compat/pr83487-1_x.c: Use -fno-common option on h [...] adds ce139b21324 PR c++/89571 - ICE with ill-formed noexcept on constructor. adds 6044d947f3b Daily bump. adds 3f08a29be03 2019-03-17 Thomas Koenig tkoenig@gcc.gnu.org new 205d41d2c9f PR middle-end/89676 * sel-sched.c (compute_ [...] new 17d517895e2 PR middle-end/86979 * gcc.dg/pr86979.c: New test. new fe5f31135d5 2019-03-18 Richard Biener rguenther@suse.de new 89f87175ebd 2019-03-18 Richard Biener rguenther@suse.de new fc60e3f44f3 [ARC] Introduce ADJUST_REG_ALLOC_ORDER. new d92ccb3d395 [ARC] Define TARGET_HAVE_SPECULATION_SAFE_VALUE. new 9bdc115f648 [ARC] Fix tst_movb pattern. new 990179497c2 [ARC] Enable code density frame option for elf targets. new 24c67877b1f /cp 2019-03-18 Paolo Carlini paolo.carlini@oracle.com
The 9 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 | 52 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arc/arc-protos.h | 1 + gcc/config/arc/arc.c | 75 ++++++++-------------- gcc/config/arc/arc.h | 33 ++++++++-- gcc/config/arc/arc.md | 26 ++++---- gcc/config/arc/arc.opt | 2 +- gcc/config/arc/elf.h | 4 ++ gcc/config/arc/linux.h | 4 ++ gcc/config/i386/i386.c | 7 +- gcc/cp/ChangeLog | 13 ++++ gcc/cp/pt.c | 34 +++++++--- gcc/cp/semantics.c | 10 ++- gcc/fortran/ChangeLog | 13 ++++ gcc/fortran/expr.c | 6 ++ gcc/fortran/gfortran.h | 2 +- gcc/fortran/module.c | 1 + gcc/fortran/resolve.c | 13 +++- gcc/fortran/trans-expr.c | 1 + gcc/sel-sched.c | 6 +- gcc/testsuite/ChangeLog | 34 ++++++++++ .../c-c++-common/builtin-has-attribute-3.c | 2 +- gcc/testsuite/g++.dg/cpp0x/noexcept36.C | 22 +++++++ gcc/testsuite/g++.dg/cpp0x/pr85014.C | 10 +++ gcc/testsuite/gcc.dg/attr-copy.c | 1 + gcc/testsuite/gcc.dg/compat/pr83487-1_x.c | 1 + gcc/testsuite/gcc.dg/compat/pr83487-1_y.c | 1 + gcc/testsuite/gcc.dg/ipa/ipa-icf-39.c | 1 + gcc/testsuite/gcc.dg/pr86979.c | 5 ++ gcc/testsuite/gcc.dg/pr88074.c | 2 +- gcc/testsuite/gcc.dg/warn-abs-1.c | 2 +- .../gfortran.dg/ISO_Fortran_binding_1.f90 | 2 +- gcc/testsuite/gfortran.dg/pointer_init_10.f90 | 1 + gcc/testsuite/gfortran.dg/temporary_3.f90 | 1 + gcc/testsuite/gfortran.dg/typebound_call_31.f90 | 16 +++++ 35 files changed, 317 insertions(+), 89 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept36.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85014.C create mode 100644 gcc/testsuite/gcc.dg/pr86979.c create mode 100644 gcc/testsuite/gfortran.dg/typebound_call_31.f90