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-arm in repository toolchain/ci/gcc.
from 5791bf7a0a7 D: fix UBSAN adds 747380f47da pch: Add support for relocation of the PCH data [PR71934] adds bf15cd665e7 pch: Fix up Darwin and HPUX pch_use_address hooks [PR71934] adds 0d5db1dd65b Darwin, PCH: Rework hooks for relocatable implementation [P [...] new 6a0f6018ba4 Provide vxworks alternate stdint.h during the build new 2766448c5cc openmp: Fix libgomp.c++ testsuite errors for non-offload configs
The 2 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/Makefile.in | 5 +- gcc/ada/gcc-interface/decl.c | 2 +- gcc/c-family/c-pch.c | 3 +- gcc/c/c-decl.c | 4 +- gcc/config.gcc | 11 +- gcc/config/host-darwin.c | 91 +++++------ gcc/config/host-darwin.h | 2 +- gcc/config/host-hpux.c | 8 +- gcc/config/host-linux.c | 16 +- gcc/config/host-netbsd.c | 2 +- gcc/config/host-openbsd.c | 2 +- gcc/config/host-solaris.c | 2 +- gcc/config/i386/host-mingw32.c | 4 +- gcc/config/rs6000/rs6000-gen-builtins.c | 4 +- gcc/config/t-vxworks | 22 ++- gcc/config/vxworks/stdint.h | 28 ---- gcc/coretypes.h | 6 +- gcc/cp/module.cc | 2 +- gcc/cp/name-lookup.c | 4 +- gcc/doc/gty.texi | 4 +- gcc/gengtype.c | 23 ++- gcc/ggc-common.c | 202 ++++++++++++++++++++++-- gcc/ggc-tests.c | 2 +- gcc/hash-map.h | 4 +- gcc/hash-set.h | 2 +- gcc/hash-table.h | 2 +- gcc/hash-traits.h | 2 +- gcc/hosthooks-def.h | 4 +- gcc/hosthooks.h | 10 +- gcc/machmode.h | 2 +- gcc/poly-int.h | 2 +- gcc/stringpool.c | 2 +- gcc/tree-cfg.c | 10 +- gcc/value-range.h | 4 +- gcc/vec.h | 2 +- gcc/wide-int.h | 4 +- libgcc/config/t-vxworks | 2 + libgcc/config/t-vxworks7 | 2 + libgomp/testsuite/libgomp.c++/target-lambda-1.C | 2 + libgomp/testsuite/libgomp.c++/target-this-3.C | 2 + libgomp/testsuite/libgomp.c++/target-this-4.C | 3 +- 41 files changed, 332 insertions(+), 178 deletions(-) delete mode 100644 gcc/config/vxworks/stdint.h