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-release-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 98da50011e1 Backport from 2020-01-08 trunk r279995. adds c36eb3bdf9c libstdc++: Fix error handling in filesystem::remove_all (PR93201) adds 4da4a6d453a Daily bump. adds cb32116be21 Backport r279306 adds c714eb0237f libstdc++: Define memory resource key functions non-inline [...] adds 2f6481fec5d Daily bump. adds 4a2e1b3b026 Fortran] PR84135 fix merging dimension into codimension array spec
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 8 +++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 14 +++- gcc/fortran/array.c | 2 +- gcc/fortran/decl.c | 21 +++--- gcc/ipa-prop.c | 5 +- gcc/testsuite/ChangeLog | 16 +++-- .../gfortran.dg/coarray/codimension_3.f90 | 76 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 23 +++++++ libstdc++-v3/config/abi/pre/gnu.ver | 6 ++ libstdc++-v3/include/std/memory_resource | 4 +- libstdc++-v3/src/c++17/fs_ops.cc | 17 +++-- libstdc++-v3/src/c++17/memory_resource.cc | 8 +++ libstdc++-v3/src/filesystem/ops.cc | 17 +++-- .../20_util/monotonic_buffer_resource/93208.cc | 29 +++++++++ .../27_io/filesystem/operations/remove_all.cc | 33 ++++++++++ .../filesystem/operations/remove_all.cc | 33 ++++++++++ 17 files changed, 279 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/codimension_3.f90 create mode 100644 libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/93208.cc