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-stable-allyesconfig in repository toolchain/ci/gcc.
from 9d3f24adb6d PR c++/88337 - Implement P1327R1: Allow dynamic_cast in co [...] adds a5042f3d986 PR c++/92745 * g++.dg/cpp0x/initlist118.C: Add -Wno-psabi [...] adds 27930c060ec Daily bump. adds c913774742e Catch division by zero errors in array sizes. adds 4af36fdd79e Remove KIND argument from INDEX so it does not mess up scal [...] adds 08edd2515e5 2019-12-30 Thomas Koenig tkoenig@gcc.gnu.org adds f6926fe5580 2019-12-30 Thomas Koenig tkoenig@gcc.gnu.org adds 7c23961a159 /gcc/cp 2019-12-30 Paolo Carlini paolo.carlini@oracle.com adds eaa18cd42c4 Remove assert in reshape_init_r.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 20 ++++ gcc/cp/cp-tree.h | 7 +- gcc/cp/decl.c | 3 +- gcc/cp/decl2.c | 22 +++-- gcc/cp/init.c | 101 +++++++++++---------- gcc/cp/parser.c | 3 +- gcc/cp/pt.c | 2 +- gcc/fortran/ChangeLog | 24 +++++ gcc/fortran/arith.c | 6 ++ gcc/fortran/decl.c | 31 ++++++- gcc/fortran/gfortran.h | 2 + gcc/fortran/intrinsic.c | 48 ++++++++-- gcc/fortran/intrinsic.h | 3 +- gcc/fortran/iresolve.c | 25 ++++- gcc/fortran/trans-decl.c | 24 ++++- gcc/testsuite/ChangeLog | 28 ++++++ gcc/testsuite/g++.dg/cpp0x/initlist118.C | 1 + gcc/testsuite/g++.dg/init/delete1.C | 6 +- gcc/testsuite/g++.dg/ipa/pr85607.C | 8 +- gcc/testsuite/g++.dg/warn/Wdelete-incomplete-1.C | 7 +- .../g++.dg/warn/delete-non-virtual-dtor.C | 10 +- gcc/testsuite/g++.dg/warn/incomplete1.C | 8 +- gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 ++ gcc/testsuite/gfortran.dg/index_3.f90 | 8 ++ libcc1/ChangeLog | 5 + libcc1/libcp1plugin.cc | 3 +- 27 files changed, 314 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/index_3.f90