This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from ed3e8a988e0 libgfortran's ISO_Fortran_binding.c: Use GCC11 version for [...] new 35ad6ec3bb6 libstdc++: Fixes for std::expected new 52daccd82cd libstdc++: Fix unsafe use of dirent::d_name [PR107814]
The 2 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: libstdc++-v3/include/std/expected | 21 +++-- .../testsuite/20_util/expected/equality.cc | 49 ++++++++++++ libstdc++-v3/testsuite/20_util/expected/swap.cc | 92 +++++++++++++++++++++- .../testsuite/20_util/expected/unexpected.cc | 4 + .../filesystem/iterators/error_reporting.cc | 35 +++++--- 5 files changed, 174 insertions(+), 27 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/equality.cc