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_O3 in repository toolchain/ci/gcc.
from 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 adds a06551c15e4 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment. adds 2a89192a555 Daily bump. adds 295c41b62e0 PR fortran/90329 * lto-streamer.h (LTO_minor_version): Bu [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 25 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/gcc-interface/trans.c | 20 +++++-- gcc/calls.c | 22 +++++++ gcc/config/pa/pa.c | 19 ++---- gcc/fortran/ChangeLog | 33 ++++++++++ gcc/fortran/gfortran.h | 3 + gcc/fortran/interface.c | 1 + gcc/fortran/invoke.texi | 36 ++++++++++- gcc/fortran/lang.opt | 7 +++ gcc/fortran/trans-decl.c | 11 ++++ gcc/lto-streamer.h | 2 +- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gnat.dg/opt79.adb | 28 +++++++++ gcc/testsuite/gnat.dg/opt79.ads | 7 +++ gcc/tree-core.h | 1 + gcc/tree-streamer-in.c | 7 ++- gcc/tree-streamer-out.c | 7 ++- gcc/tree.h | 5 ++ 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 +++++++++++++++++++++ 27 files changed, 472 insertions(+), 34 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