This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 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]
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-options.c | 26 ++++++++++- gcc/config/pa/pa.c | 4 +- gcc/config/rs6000/rs6000.c | 30 +++++++------ gcc/doc/gty.texi | 9 ++++ 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/testsuite/g++.dg/torture/pr71792.C | 42 +++++++++++++++++ gcc/testsuite/gcc.dg/ubsan/pr103456.c | 2 +- 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 | 8 ++-- libcpp/include/line-map.h | 4 +- 24 files changed, 292 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr71792.C create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_4.f90