This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 89f33f44add tree-optimization/102128 - rework if-converted BB vect heuristic adds 02dbf5d1273 libphobos: Compile configure tests with -fno-druntime adds d73c44800b5 Enable store fusion on Power10. adds 42ade7bdc16 Update gcc sv.po. adds a6fe949d570 Fix libgfortran build on hppa*-hp-hpux[01]* adds b5bc39317bf rs6000: Darwin builtin support adds a5027ea2ad2 rs6000: Add sanity to V2DI_type_node definitions adds 7465c2ed6f1 rs6000: Always initialize vector_pair and vector_quad nodes new 9213ff13247 Fortran - correct check for constraint F2008:C628 / F2018:C932
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: fixincludes/fixincl.x | 68 ++++++++++++++-- fixincludes/inclhack.def | 28 +++++++ fixincludes/tests/base/inttypes.h | 22 +++++ gcc/config/rs6000/darwin.h | 8 +- gcc/config/rs6000/rs6000-builtin-new.def | 6 ++ gcc/config/rs6000/rs6000-call.c | 80 ++++++++++-------- gcc/config/rs6000/rs6000-cpus.def | 4 +- gcc/config/rs6000/rs6000.c | 95 ++++++++++++++++++++++ gcc/config/rs6000/rs6000.opt | 4 + gcc/fortran/resolve.c | 5 +- gcc/po/sv.po | 6 +- gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c | 31 +++++++ .../gcc.target/powerpc/fusion-p10-stst2.c | 30 +++++++ .../gfortran.dg/unlimited_polymorphic_33.f90 | 18 ++++ libphobos/configure | 28 +++---- libphobos/m4/autoconf.m4 | 2 +- libphobos/m4/gcc_support.m4 | 2 +- 17 files changed, 375 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst2.c create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_33.f90