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-lts-allnoconfig in repository toolchain/ci/gcc.
from 64edeadbcce Daily bump. adds 98ce66a48fb libstdc++: Do not include <cxxabi.h> in <stacktrace> adds ca82e7900f4 libstdc++: check for openat adds 4eb15eceaac libstdc++: check for openat with dirfd in std::filesystem adds 4be7b79d055 libstdc++: Do not optimize away storing pathname if it's needed adds 2a1263d3638 Daily bump. adds 8b85716d35c Daily bump. adds 16ea82f0fc9 Daily bump. adds 0057fda05e2 RTEMS: Do not define _GNU_SOURCE by default adds 3387ec26515 Daily bump. adds 60954a06ceb c++: aggregate prvalue as for range [PR106230] new 9be0feeadee c++: ICE with erroneous template redeclaration [PR106311]
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 | 7 ++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rtems.h | 3 ++ gcc/cp/pt.cc | 5 ++- gcc/cp/semantics.cc | 5 +++ gcc/testsuite/g++.dg/cpp0x/range-for38.C | 16 ++++++++++ gcc/testsuite/g++.dg/template/redecl5.C | 5 +++ libstdc++-v3/ChangeLog | 39 ++++++++++++++++++++++ libstdc++-v3/acinclude.m4 | 12 +++++++ libstdc++-v3/config.h.in | 3 ++ libstdc++-v3/configure | 55 ++++++++++++++++++++++++++++++++ libstdc++-v3/include/std/stacktrace | 8 ++++- libstdc++-v3/src/c++17/fs_dir.cc | 4 +-- libstdc++-v3/src/filesystem/dir-common.h | 2 +- libstdc++-v3/src/filesystem/dir.cc | 2 +- 15 files changed, 161 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for38.C create mode 100644 gcc/testsuite/g++.dg/template/redecl5.C