Updating GIT tree Updating 584d52b088f..392bc7d2130 Fast-forward 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 +- .../testsuite/25_algorithms/copy/debug/95289.cc | 31 ++++++++ .../testsuite/std/ranges/adaptors/93978.cc | 5 +- 24 files changed, 328 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/pr94038-3.C create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_9.f90 create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy/debug/95289.cc Current branch master is up to date. Adjusting file timestamps Touching libcpp/aclocal.m4... Touching libcpp/Makefile.in... Touching libcpp/configure...