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 d8b6da8dd15 tree-optimization/104519 - adjust PR100499 niter fix adds 2801f23fb82 fold, simplify-rtx: Punt on non-representable floating poin [...] adds 0863d0ede34 cygwin: Fix up -Werror=format-diag errors [PR104536] adds 3939c1b1127 Fortran/OpenMP: Fix depend-clause handling adds d03a67dc692 tree-optimization/104543 - fix unroll-and-jam precondition adds 6cfb7ffb659 libstdc++: Add missing constexpr to uses-allocator construc [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/host-cygwin.cc | 16 +- gcc/fold-const.cc | 34 +-- gcc/fold-const.h | 1 + gcc/fortran/trans-openmp.cc | 46 +++- gcc/gimple-fold.cc | 4 +- gcc/gimple-loop-jam.cc | 10 +- gcc/simplify-rtx.cc | 2 +- gcc/testsuite/gcc.dg/pr104522.c | 14 ++ gcc/testsuite/gcc.dg/torture/pr104543.c | 21 ++ gcc/testsuite/gfortran.dg/gomp/depend-4.f90 | 240 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/depend-5.f90 | 82 +++++++ libgomp/testsuite/libgomp.fortran/depend-4.f90 | 109 ++++++++++ libstdc++-v3/include/bits/uses_allocator_args.h | 4 +- .../testsuite/20_util/uses_allocator/make_obj.cc | 30 ++- .../uses_allocator/uninitialized_construct.cc | 17 ++ 15 files changed, 591 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr104522.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104543.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/depend-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/depend-5.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/depend-4.f90 create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/uninitialized_con [...]