This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 098f02aa154 libiberty: fix wrong replacent in comments new 1807e07825a libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284] new ca97c87758d libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284]
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/iosfwd | 41 ++++ libstdc++-v3/include/std/spanstream | 8 +- libstdc++-v3/include/std/syncstream | 6 +- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 132 +++++++++++ .../testsuite/27_io/headers/iosfwd/types.cc | 264 +++++++++++++++++++++ 5 files changed, 443 insertions(+), 8 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/synopsis.cc create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/types.cc