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 66e157188bd gcc: Fix "argument list too long" from install-plugins adds d8282345435 [Committed] New testcase for C++/71792, bitfields and auto adds 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] new f7854b90897 Add TARGET_IFUNC_REF_LOCAL_OK
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/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/g++.dg/torture/pr71792.C | 42 +++++++++++++++++ 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/testsuite/lib/gcc-dg.exp | 14 +++++- gcc/tree-core.h | 2 +- gcc/varasm.c | 11 ++--- libcpp/include/line-map.h | 4 +- 32 files changed, 387 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr71792.C 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