This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 168be2b3afd RISC-V: Fix python3 compatibility for multilib-generator adds 662b9c55cf0 C++ : Add the -stdlib= option. adds 8daa719bdca Daily bump. adds 4ee8e5949a9 libstdc++: Convert three doxygen.nl links to https adds 6e36772ba6a PR93685 - ICE in gfc_constructor_append_expr, at fortran/co [...] adds 6a25dda42d4 doc: Fix reference to libcody adds a746898dff8 libstdc++: Update link to Java docs adds 5b4da2d9e1c Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 24 +++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 6 ++ gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c.opt | 14 ++++ gcc/config.in | 6 ++ gcc/configure | 57 ++++++++++++++++- gcc/configure.ac | 44 +++++++++++++ gcc/cp/ChangeLog | 8 +++ gcc/cp/g++spec.c | 74 +++++++++++++++++++--- gcc/cppdefault.c | 5 ++ gcc/cppdefault.h | 7 +- gcc/doc/invoke.texi | 12 +++- gcc/fortran/ChangeLog | 8 +++ gcc/fortran/data.c | 7 +- gcc/fortran/trans-expr.c | 12 ++-- gcc/incpath.c | 6 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/pr93685_1.f90 | 20 ++++++ gcc/testsuite/gfortran.dg/pr93685_2.f90 | 18 ++++++ libstdc++-v3/ChangeLog | 11 ++++ .../doc/html/manual/documentation_hacking.html | 6 +- libstdc++-v3/doc/html/manual/facets.html | 2 +- .../doc/xml/manual/documentation_hacking.xml | 6 +- libstdc++-v3/doc/xml/manual/messages.xml | 2 +- 25 files changed, 335 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr93685_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93685_2.f90