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-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 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 new ccc5703fb33 PR libstdc++/90634 reduce allocations in filesystem::path c [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 5 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 +++ gcc/ada/gcc-interface/trans.c | 20 +++++++--- gcc/dwarf2out.c | 2 + gcc/testsuite/ChangeLog | 8 ++++ gcc/testsuite/gnat.dg/opt79.adb | 28 +++++++++++++ gcc/testsuite/gnat.dg/opt79.ads | 7 ++++ gcc/testsuite/gnat.dg/specs/array4.ads | 17 ++++++++ libstdc++-v3/ChangeLog | 12 ++++++ 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 ++++++++++++++++++++- 14 files changed, 199 insertions(+), 14 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