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/release-arm-bootstrap in repository toolchain/ci/gcc.
from 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. new e74336df42f x86: Document -fcf-protection requires i686 or newer
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/ChangeLog | 154 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++ gcc/ada/sem_prag.adb | 74 ++++++++++++++- 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.target/i386/pr102761.c | 11 +++ gcc/testsuite/gfortran.dg/class_72.f90 | 83 +++++++++++++++++ libgomp/ChangeLog | 11 +++ libstdc++-v3/ChangeLog | 10 ++ libstdc++-v3/doc/Makefile.am | 20 ++-- libstdc++-v3/doc/Makefile.in | 20 ++-- 21 files changed, 471 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr102642.C create mode 100644 gcc/testsuite/gcc.target/i386/pr102761.c create mode 100644 gcc/testsuite/gfortran.dg/class_72.f90