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-mainline-defconfig in repository toolchain/ci/gcc.
from 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. adds 9f40a2fccb6 Fix builtin functions needlessly using VIEW_CONVERT_EXPRs o [...] adds 43dd84f2c71 PR libgomp/93066 * inclhack.def (hpux_c99_inttypes3): Fix [...] adds 91c08cedf7f Fix typo in macro name guarding conditional in vxcrtstuff.c adds 09261b9be2f Fix macro reference in gthr-vxworks-tls.c adds 8ba90d1382a Improve VxWorks GTHREAD_ONCE_INIT adds bdc7738bb12 Improve recursion protection for VxWorks limits.h adds 52a91c9b12b Define STARTFILE_PREFIX_SPEC for powerpc VxWorks < 7 adds f072cb86e3b Identify sections in vx-common.h adds 12579d96252 Refine definitions for wchar_t/wint_t on VxWorks adds 489a291637f Setup TARGET_C_PREINCLUDE for VxWorks adds 600a680fb87 Simplify the compilation commands for config/vxworks.c adds c32bc16cc56 Introduce an internal API for VxWorks version checks adds 137897f3ada Setup system header wrappers for C++ on VxWorks adds f32f801247c Add missing file expected with rev 279781 adds 81312f86812 Add missing file expected with rev 279783 adds d98b8959618 Add missing files expected with rev 279784 adds 5b8261921fd * fi.po: Update. adds 2758cc57aa3 Add missing file expected with rev 279781 adds 56560d70ba6 Arrange to preinclude yvals.h ahead of stdint on VxWorks 7 adds f0b20ef201f Adapt libstdc++ os_defines for VxWorks to more recent versions adds 8beea8fd991 Guard aarch64/aapcs64 tests using abitest.S by check_weak_a [...] adds 220fd779b08 allow $ in scan-tree-dump expressions matching symbol names adds 48cc6949449 Prevent redefinition of WCHAR_MAX from testsuite/gcc.dg/cpp/ucs.c adds 20ce1da0ecc VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time auto adds 043b2d62c9d undefine OFFSET in testsuite/gcc.dg/vect/tree-vect.h adds 854804d4d0b Add ChangeLog entry for rev 279797 adds 47c4fc06d50 Daily bump. adds f9e233c9d08 Fix SSA update when vectorisation adds a vdef to a read-only loop adds 4682b0a53b3 PR libgomp/93065 * oacc-init.c (goacc_runtime_deinitializ [...]
No new revisions were added by this update.
Summary of changes: fixincludes/ChangeLog | 8 + fixincludes/fixincl.x | 65 +- fixincludes/inclhack.def | 26 + fixincludes/tests/base/inttypes.h | 17 + gcc/ChangeLog | 179 ++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 37 +- gcc/config/rs6000/rs6000-builtin.def | 88 ++- gcc/config/rs6000/rs6000-call.c | 523 +++++++++------- gcc/config/rs6000/vxworks.h | 7 + gcc/config/t-vxworks | 55 +- gcc/config/vx-common.h | 47 +- gcc/config/vxworks-c.c | 37 ++ gcc/config/vxworks/_vxworks-versions.h | 54 ++ gcc/config/vxworks/_yvals-wrapper.h | 44 ++ gcc/config/vxworks/_yvals.h | 45 ++ gcc/config/vxworks/complex.h | 28 + gcc/config/vxworks/inttypes.h | 28 + gcc/config/vxworks/math.h | 28 + gcc/config/vxworks/setjmp.h | 34 ++ gcc/config/vxworks/stdint.h | 28 + gcc/config/vxworks/vxworks-predef.h | 32 + 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/po/ChangeLog | 4 + gcc/po/fi.po | 654 +++++++++++---------- gcc/testsuite/ChangeLog | 46 ++ gcc/testsuite/c-c++-common/pr56493.c | 2 +- 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.dg/cpp/ucs.c | 4 + gcc/testsuite/gcc.dg/tree-ssa/sra-17.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/sra-18.c | 8 +- gcc/testsuite/gcc.dg/vect/tree-vect.h | 6 + gcc/testsuite/gcc.dg/vect/vect-epilogues-2.c | 57 ++ .../gcc.target/aarch64/aapcs64/aapcs64.exp | 36 +- gcc/testsuite/gcc.target/powerpc/pr92923-1.c | 453 ++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr92923-2.c | 285 +++++++++ gcc/testsuite/gfortran.dg/index_3.f90 | 2 +- gcc/tree-vect-loop-manip.c | 66 ++- libcc1/ChangeLog | 5 + libcc1/libcp1plugin.cc | 3 +- libgcc/ChangeLog | 20 + libgcc/config/gthr-vxworks-tls.c | 12 +- libgcc/config/gthr-vxworks.h | 14 +- libgcc/config/vxcrtstuff.c | 4 +- libgomp/ChangeLog | 5 + libgomp/oacc-init.c | 9 + libstdc++-v3/ChangeLog | 24 + libstdc++-v3/acinclude.m4 | 5 + libstdc++-v3/config/os/vxworks/os_defines.h | 67 ++- libstdc++-v3/configure | 5 + 60 files changed, 2705 insertions(+), 702 deletions(-) create mode 100644 gcc/config/vxworks-c.c create mode 100644 gcc/config/vxworks/_vxworks-versions.h create mode 100644 gcc/config/vxworks/_yvals-wrapper.h create mode 100644 gcc/config/vxworks/_yvals.h create mode 100644 gcc/config/vxworks/complex.h create mode 100644 gcc/config/vxworks/inttypes.h create mode 100644 gcc/config/vxworks/math.h create mode 100644 gcc/config/vxworks/setjmp.h create mode 100644 gcc/config/vxworks/stdint.h create mode 100644 gcc/config/vxworks/vxworks-predef.h create mode 100644 gcc/testsuite/gcc.dg/vect/vect-epilogues-2.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-2.c