This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allnoconfig in repository toolchain/ci/gcc.
from cc84160c5f4 amdgcn: fix up offload debug linking with LLVM 13 adds 2e6c780e1e1 openmp: Fix up handling of OMP_PLACES=threads(1) adds aa827fa170d [PR/target 100316] Allow constant address for __builtin___c [...] adds e9c3a7243bf i386: Fix ICE in ix86_print_opreand_address [PR 102761] adds 164044da342 Daily bump. adds 3de82c6c36f Fortran: Fix CLASS conversion check [PR102745] adds e8dd7ce5d27 libstdc++: Fix doxygen generation to work with relative paths adds 2b4adfe47fc Daily bump. adds 5d3a05456dc c++: Fix up push_local_extern_decl_alias error recovery [PR102642] adds 40b209e340b Avoid exception propagation during bootstrap adds b8754a8ff8b Daily bump. adds e74336df42f x86: Document -fcf-protection requires i686 or newer adds cce92cd8d11 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 163 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 + gcc/ada/sem_prag.adb | 74 ++++++++++- gcc/builtins.c | 10 +- gcc/config/i386/i386.c | 5 +- gcc/cp/ChangeLog | 14 +++ gcc/cp/decl.c | 3 +- gcc/cp/name-lookup.c | 4 +- gcc/cp/parser.c | 6 +- gcc/doc/invoke.texi | 3 +- gcc/fortran/ChangeLog | 10 ++ gcc/fortran/intrinsic.c | 7 +- gcc/fortran/misc.c | 10 +- gcc/testsuite/ChangeLog | 44 +++++++ gcc/testsuite/g++.dg/tls/pr102642.C | 10 ++ gcc/testsuite/gcc.c-torture/compile/pr100316.c | 18 +++ gcc/testsuite/gcc.target/i386/pr102761.c | 11 ++ gcc/testsuite/gfortran.dg/class_72.f90 | 83 +++++++++++++ libgomp/ChangeLog | 11 ++ libgomp/config/linux/affinity.c | 9 +- libgomp/testsuite/libgomp.c/places-6.c | 8 ++ libgomp/testsuite/libgomp.c/places-7.c | 8 ++ libgomp/testsuite/libgomp.c/places-8.c | 8 ++ libstdc++-v3/ChangeLog | 10 ++ libstdc++-v3/doc/Makefile.am | 20 +-- libstdc++-v3/doc/Makefile.in | 20 +-- 27 files changed, 533 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr102642.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100316.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102761.c create mode 100644 gcc/testsuite/gfortran.dg/class_72.f90 create mode 100644 libgomp/testsuite/libgomp.c/places-6.c create mode 100644 libgomp/testsuite/libgomp.c/places-7.c create mode 100644 libgomp/testsuite/libgomp.c/places-8.c