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-stable-allnoconfig in repository toolchain/ci/gcc.
from e95c2ba7b95 Daily bump. adds 03dd86139fe Daily bump. adds ac9720f6acf Daily bump. adds 60a5bccb4b1 Daily bump. adds 81018e27c82 Daily bump. adds 752b10d3db7 Daily bump. adds 01af17ba2b0 libstdc++: fix buffer overflow in path::operator+= (PR92853) new 75108832ee2 * tree.c (build_array_type_1): Add SET_CANONICAL parameter [...]
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 | 9 ++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 5 ++- gcc/testsuite/gnat.dg/lto23.adb | 20 +++++++++ gcc/tree.c | 27 +++++------ libstdc++-v3/ChangeLog | 12 +++++ libstdc++-v3/src/c++17/fs_path.cc | 11 +---- .../filesystem/path/concat/{path.cc => 92853.cc} | 52 ++++++++-------------- .../testsuite/27_io/filesystem/path/concat/path.cc | 20 +++++++++ .../27_io/filesystem/path/concat/strings.cc | 19 ++++++++ 10 files changed, 117 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/lto23.adb copy libstdc++-v3/testsuite/27_io/filesystem/path/concat/{path.cc => 92853.cc} (57%)