This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0e9fde8766 testsuite: i386: Fix g++.target/i386/pr97054.C on Solaris new 23ef0f68ad5 libstdc++: Fix data race in std::basic_ios::fill() [PR77704] new ff105c39bde testsuite: Require lto-plugin in gcc.dg/ipa/ipa-icf-38.c [PR85656]
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: gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c | 1 + libstdc++-v3/include/bits/basic_ios.h | 10 ++- libstdc++-v3/include/bits/basic_ios.tcc | 15 +++-- .../testsuite/27_io/basic_ios/fill/char/1.cc | 78 ++++++++++++++++++++++ .../testsuite/27_io/basic_ios/fill/wchar_t/1.cc | 55 +++++++++++++++ 5 files changed, 149 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_ios/fill/char/1.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ios/fill/wchar_t/1.cc