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_profiled in repository toolchain/ci/gcc.
from 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 154 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++ gcc/ada/sem_prag.adb | 74 ++++++++++++++-- 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/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 +++-- 19 files changed, 456 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr102642.C create mode 100644 gcc/testsuite/gfortran.dg/class_72.f90