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 ab8a8d05373 x86: Add .note.GNU-stack section only for Linux new 3e6067bdcab libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284] new cc93971399a 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