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-master-aarch64-next-allyesconfig in repository toolchain/ci/gcc.
from 584d52b088f libstdc++: Refactor filesystem::path string conversions adds 8df7ee67f6f Fixes a hang on an invalid ID in a WAIT statement. adds 3cb0c7cc160 libstdc++: Fix function that can't be constexpr in C++11 (P [...] adds 6d1556ecfae c++: Avoid concept evaluation when uid-sensitive [PR94038] adds a57aa111916 libstdc++: Compile PR93978 testcase with -Wall adds 731c4ce0e93 libcpp, libdecnumber: configure and substitute AR adds 392bc7d2130 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 7 ++ gcc/cp/constexpr.c | 3 +- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/libgfortran.h | 1 + gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/warn/pr94038-3.C | 15 ++++ libcpp/ChangeLog | 6 ++ libcpp/Makefile.in | 2 +- libcpp/configure | 93 ++++++++++++++++++++++ libcpp/configure.ac | 1 + libdecnumber/ChangeLog | 6 ++ libdecnumber/Makefile.in | 2 +- libdecnumber/configure | 93 ++++++++++++++++++++++ libdecnumber/configure.ac | 1 + libgfortran/ChangeLog | 7 ++ libgfortran/io/async.c | 7 ++ libgfortran/runtime/error.c | 4 + libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.fortran/async_io_9.f90 | 20 +++++ libstdc++-v3/ChangeLog | 11 +++ libstdc++-v3/include/debug/helper_functions.h | 2 +- .../93978.cc => 25_algorithms/copy/debug/95289.cc} | 20 ++--- .../testsuite/std/ranges/adaptors/93978.cc | 5 +- 24 files changed, 305 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/pr94038-3.C create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_9.f90 copy libstdc++-v3/testsuite/{std/ranges/adaptors/93978.cc => 25_algorithms/copy/de [...]