This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 52db241345a MAINTAINERS updates for ex-ImgTec employees new edc61d34eb4 c++: template partial instantiation mismatch [PR 99528] new 67e39766061 libstdc++: Initialize std::normal_distribution::_M_saved [P [...] new 8cfb387388a libstdc++: Handle EPERM for filesystem access errors on Mac [...] new 15825b17cf3 libstdc++: Use acq_rel memory ordering [PR 99537] new 9dacc828bf8 libstdc++: Fix find_type helper to work consistently new 5643f6f396e libstdc++: Make barrier::arrival_token a move-only class type
The 6 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/cp/module.cc | 60 ++++++---------------- gcc/testsuite/g++.dg/modules/pr99528.h | 9 ++++ gcc/testsuite/g++.dg/modules/pr99528_a.H | 4 ++ .../g++.dg/modules/{binding-1_a.H => pr99528_b.H} | 2 +- .../g++.dg/modules/{pr99040_d.C => pr99528_c.C} | 3 +- libstdc++-v3/include/bits/random.h | 8 +-- libstdc++-v3/include/std/barrier | 24 ++++++--- libstdc++-v3/include/std/stop_token | 2 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 +- libstdc++-v3/src/c++17/fs_dir.cc | 2 +- libstdc++-v3/src/filesystem/dir-common.h | 12 +++++ libstdc++-v3/src/filesystem/dir.cc | 2 +- 12 files changed, 70 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/pr99528.h create mode 100644 gcc/testsuite/g++.dg/modules/pr99528_a.H copy gcc/testsuite/g++.dg/modules/{binding-1_a.H => pr99528_b.H} (76%) copy gcc/testsuite/g++.dg/modules/{pr99040_d.C => pr99528_c.C} (58%)