This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 827cd76fa77 OpenMP: Add early C/C++ parser support for 'groupprivate' d [...] new 5b20eefe0c3 libstdc++: Fix memory leak in std::barrier destructor [PR123378] new 412eb96b1ca libstdc++: Override detection of flockfile support in newli [...] new a6c853112d9 libstdc++: Remove redundant return statement after static_a [...] new a94bd31fd80 libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
The 4 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/acinclude.m4 | 9 +++- libstdc++-v3/configure | 7 +++ libstdc++-v3/include/bits/atomic_wait.h | 5 +- libstdc++-v3/include/std/barrier | 6 +++ libstdc++-v3/include/std/sstream | 9 ++-- .../27_io/basic_stringbuf/str/char/123100.cc | 58 ++++++++++++++++++++++ 6 files changed, 86 insertions(+), 8 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/123100.cc