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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 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. new 97262ad1c2c Daily bump.
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 | 9 ++++ 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 | 16 +++++++ gcc/testsuite/g++.dg/tls/pr102642.C | 10 ++++ gcc/testsuite/gfortran.dg/class_72.f90 | 83 ++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 10 ++++ libstdc++-v3/doc/Makefile.am | 20 ++++---- libstdc++-v3/doc/Makefile.in | 20 ++++---- 18 files changed, 272 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr102642.C create mode 100644 gcc/testsuite/gfortran.dg/class_72.f90