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-aarch64-mainline-allmodconfig in repository toolchain/ci/gcc.
from c334c630719 * dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GN [...] adds 81eb130ef88 Daily bump. adds 7e44d22f610 2019-05-28 Eric Botcazou ebotcazou@adacore.com adds ccc5703fb33 PR libstdc++/90634 reduce allocations in filesystem::path c [...] adds 1a21d448211 Fix check for root-directory path and add tests
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/gcc-interface/trans.c | 20 +++++-- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gnat.dg/opt79.adb | 28 +++++++++ gcc/testsuite/gnat.dg/opt79.ads | 7 +++ libstdc++-v3/ChangeLog | 17 ++++++ libstdc++-v3/include/bits/fs_path.h | 5 +- libstdc++-v3/include/experimental/bits/fs_path.h | 5 +- libstdc++-v3/src/filesystem/path.cc | 51 +++++++++++++++- libstdc++-v3/src/filesystem/std-path.cc | 46 +++++++++++++- .../27_io/filesystem/path/construct/90634.cc | 70 ++++++++++++++++++++++ .../filesystem/path/construct/90634.cc | 67 +++++++++++++++++++++ 13 files changed, 313 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/opt79.adb create mode 100644 gcc/testsuite/gnat.dg/opt79.ads create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/90634.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/90634.cc