This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 31c200c6e11 Make sure that we get unique test names if several DejaGnu [...] adds 6262e3a22b3 fortran: Fix setting of array lower bound for named arrays adds fe7c3ecff1f pch: Add support for PCH for relocatable executables [PR71934] adds 7e71909af2c x86: Speed up target attribute handling by using a cache adds 97ffef35532 testsuite: Fix up pr103456.c testcase [PR103456] adds f7854b90897 Add TARGET_IFUNC_REF_LOCAL_OK
No new revisions were added by this update.
Summary of changes: gcc/attribs.c | 2 +- gcc/attribs.h | 1 + gcc/c-family/c-pch.c | 15 ------- gcc/config/avr/avr.c | 5 +-- gcc/config/darwin.c | 2 +- gcc/config/i386/i386-expand.c | 2 +- gcc/config/i386/i386-options.c | 26 ++++++++++- gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.c | 25 ++++++++++- gcc/config/pa/pa.c | 4 +- gcc/config/rs6000/rs6000.c | 30 +++++++------ gcc/doc/gty.texi | 9 ++++ gcc/doc/tm.texi | 5 +++ gcc/doc/tm.texi.in | 2 + gcc/fortran/trans-stmt.c | 17 +++---- gcc/gengtype-state.c | 32 +++++++++++++ gcc/gengtype.c | 39 ++++++++++++++-- gcc/gengtype.h | 6 +++ gcc/ggc-common.c | 52 ++++++++++++++++++++++ gcc/ggc.h | 4 ++ gcc/output.h | 14 +++--- gcc/target.def | 8 ++++ gcc/testsuite/gcc.dg/ubsan/pr103456.c | 2 +- gcc/testsuite/gcc.target/i386/pr83782-1.c | 26 +++++++++++ gcc/testsuite/gcc.target/i386/pr83782-2.c | 26 +++++++++++ gcc/testsuite/gfortran.dg/allocate_with_mold_4.f90 | 24 ++++++++++ .../gfortran.dg/allocate_with_source_26.f90 | 8 ++-- gcc/tree-core.h | 2 +- gcc/varasm.c | 11 ++--- libcpp/include/line-map.h | 4 +- 30 files changed, 333 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-2.c create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_4.f90