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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 50beafd6ad4 Fix type in last change. adds 2d44625aae6 PR fortran/89724 * scanner.c (load_line): Remove linenum [...] adds 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 [...] new 34ebdf64ba1 * gfortran.dg/pointer_init_10.f90: Require visibility supp [...] new b1356bc43da * gcc.dg/compat/pr83487-1_x.c: Use -fno-common option on h [...] new ce139b21324 PR c++/89571 - ICE with ill-formed noexcept on constructor.
The 3 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++++ gcc/cp/pt.c | 34 +++++++++++++++++----- gcc/fortran/ChangeLog | 8 +++++ gcc/fortran/scanner.c | 13 ++++----- gcc/testsuite/ChangeLog | 24 +++++++++++++++ .../c-c++-common/builtin-has-attribute-3.c | 2 +- gcc/testsuite/g++.dg/cpp0x/noexcept36.C | 22 ++++++++++++++ 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/pr88074.c | 2 +- gcc/testsuite/gcc.dg/warn-abs-1.c | 2 +- .../gfortran.dg/ISO_Fortran_binding_1.f90 | 2 +- gcc/testsuite/gfortran.dg/continuation_15.f90 | 9 ++++++ gcc/testsuite/gfortran.dg/continuation_16.f90 | 10 +++++++ gcc/testsuite/gfortran.dg/pointer_init_10.f90 | 1 + gcc/testsuite/gfortran.dg/temporary_3.f90 | 1 + 19 files changed, 122 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept36.C create mode 100644 gcc/testsuite/gfortran.dg/continuation_15.f90 create mode 100644 gcc/testsuite/gfortran.dg/continuation_16.f90