This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 127e6c87aaa Daily bump. adds 4b2cdc977c0 * gcc-interface/trans.c (Call_to_gnu): Use the unpadded ty [...] adds c05e845f97a * gcc-interface/utils.c (maybe_pad_type): Issue the warnin [...] adds 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 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 [...] adds 5d0b698c6bf Daily bump. adds 5da2302ffa1 * tree-predcom.c (is_inv_store_elimination_chain): Fix a t [...] adds ab34f9e84a7 Fix typo in libstdc++ documentation adds c8f576b8d5c * lang.opt (ftail-call-workaround): Fix a typo. adds 982e6ebdac5 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 35 +++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 15 +++++ gcc/ada/gcc-interface/trans.c | 22 +++++-- gcc/ada/gcc-interface/utils.c | 10 ++-- gcc/calls.c | 22 +++++++ gcc/config/pa/pa.c | 19 ++---- gcc/dwarf2out.c | 2 + gcc/fortran/ChangeLog | 41 +++++++++++++ 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 | 12 ++++ gcc/testsuite/gnat.dg/opt79.adb | 28 +++++++++ gcc/testsuite/gnat.dg/opt79.ads | 7 +++ gcc/testsuite/gnat.dg/specs/array4.ads | 17 ++++++ gcc/testsuite/gnat.dg/unchecked_convert13.adb | 30 ++++++++++ gcc/tree-core.h | 1 + gcc/tree-predcom.c | 2 +- gcc/tree-streamer-in.c | 7 ++- gcc/tree-streamer-out.c | 7 ++- gcc/tree.h | 5 ++ libstdc++-v3/ChangeLog | 23 +++++++ libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +- 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 +++++++++++++++++++++ 34 files changed, 572 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/opt79.adb create mode 100644 gcc/testsuite/gnat.dg/opt79.ads create mode 100644 gcc/testsuite/gnat.dg/specs/array4.ads create mode 100644 gcc/testsuite/gnat.dg/unchecked_convert13.adb 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