This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from b7cb6d66bd5 Add testcase for PR fortran/100906 adds c31d2d14f79 Add testcase for PR fortran/94289 adds 690180eb4b3 Handle jobserver file descriptors in btest. adds aa41680e481 or1k: Update FPU to specify detect tininess before rounding adds 24e99e6ec1c Fortran: Avoid running into assert with -fcheck= + UBSAN adds 030875c197e Fortran: Change XFAIL to PASS adds 0c1f737a485 libstdc++: Constrain std::make_any [PR102894] adds 47d4899183b doc: Convert mingw-w64.org links to https new c3e80a16af2 Add install-dvi Makefile targets.
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: Makefile.def | 14 +- Makefile.in | 2048 +++++++++++++++++++- Makefile.tpl | 4 +- c++tools/Makefile.in | 1 + gcc/Makefile.in | 20 +- gcc/ada/gcc-interface/Make-lang.in | 16 +- gcc/c/Make-lang.in | 1 + gcc/configure | 4 +- gcc/configure.ac | 4 +- gcc/cp/Make-lang.in | 1 + gcc/d/Make-lang.in | 10 + gcc/doc/install.texi | 4 +- gcc/fortran/Make-lang.in | 15 +- gcc/fortran/trans-expr.c | 1 + gcc/lto/Make-lang.in | 1 + gcc/objc/Make-lang.in | 1 + gcc/objcp/Make-lang.in | 1 + gcc/testsuite/gfortran.dg/PR94289.f90 | 168 ++ gcc/testsuite/gfortran.dg/associate_3.f03 | 2 +- gcc/testsuite/gfortran.dg/bind-c-intent-out-2.f90 | 39 + .../gfortran.dg/binding_label_tests_4.f03 | 2 +- gcc/testsuite/gfortran.dg/block_4.f08 | 2 +- gcc/testsuite/gfortran.dg/charlen_04.f90 | 3 +- gcc/testsuite/gfortran.dg/charlen_05.f90 | 3 +- gcc/testsuite/gfortran.dg/charlen_06.f90 | 3 +- gcc/testsuite/gfortran.dg/charlen_13.f90 | 4 +- gcc/testsuite/gfortran.dg/coarray_9.f90 | 2 +- .../gfortran.dg/coarray_collectives_3.f90 | 2 +- gcc/testsuite/gfortran.dg/data_invalid.f90 | 16 +- gcc/testsuite/gfortran.dg/do_4.f | 5 +- gcc/testsuite/gfortran.dg/dollar_sym_1.f90 | 2 +- gcc/testsuite/gfortran.dg/dollar_sym_3.f | 2 +- gcc/testsuite/gfortran.dg/fmt_tab_1.f90 | 5 +- gcc/testsuite/gfortran.dg/fmt_tab_2.f90 | 3 +- gcc/testsuite/gfortran.dg/forall_16.f90 | 4 +- gcc/testsuite/gfortran.dg/g77/970125-0.f | 7 +- gcc/testsuite/gfortran.dg/gomp/unexpected-end.f90 | 2 +- gcc/testsuite/gfortran.dg/interface_operator_1.f90 | 2 +- gcc/testsuite/gfortran.dg/interface_operator_2.f90 | 2 +- gcc/testsuite/gfortran.dg/line_length_4.f90 | 2 +- gcc/testsuite/gfortran.dg/line_length_5.f90 | 2 +- gcc/testsuite/gfortran.dg/line_length_6.f90 | 2 +- gcc/testsuite/gfortran.dg/line_length_8.f90 | 2 +- gcc/testsuite/gfortran.dg/line_length_9.f90 | 2 +- gcc/testsuite/gfortran.dg/pr65045.f90 | 2 +- gcc/testsuite/gfortran.dg/pr69497.f90 | 2 +- gcc/testsuite/gfortran.dg/submodule_21.f08 | 3 +- gcc/testsuite/gfortran.dg/tab_continuation.f | 2 +- gcc/testsuite/gfortran.dg/typebound_proc_2.f90 | 17 +- .../gfortran.dg/warnings_are_errors_1.f90 | 2 +- gnattools/Makefile.in | 4 +- libada/Makefile.in | 4 +- libbacktrace/btest.c | 24 +- libcpp/Makefile.in | 3 +- libdecnumber/Makefile.in | 3 +- libgcc/config/or1k/sfp-machine.h | 2 +- libiberty/Makefile.in | 20 +- libstdc++-v3/include/std/any | 13 +- libstdc++-v3/testsuite/20_util/any/102894.cc | 20 + 59 files changed, 2450 insertions(+), 107 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/PR94289.f90 create mode 100644 gcc/testsuite/gfortran.dg/bind-c-intent-out-2.f90 create mode 100644 libstdc++-v3/testsuite/20_util/any/102894.cc