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 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. new 9f40a2fccb6 Fix builtin functions needlessly using VIEW_CONVERT_EXPRs o [...]
The 1 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 | 105 +++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-builtin.def | 88 +++- gcc/config/rs6000/rs6000-call.c | 523 ++++++++++++--------- 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 | 34 ++ 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/gcc.target/powerpc/pr92923-1.c | 453 ++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr92923-2.c | 285 +++++++++++ gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 + gcc/testsuite/gfortran.dg/index_3.f90 | 8 + libcc1/ChangeLog | 5 + libcc1/libcp1plugin.cc | 3 +- 32 files changed, 1549 insertions(+), 327 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-2.c create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/index_3.f90