This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 6b5ca56fec4 x86: Add .note.GNU-stack section only for Linux new 1572e41d759 libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]
The 1 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 | 18 ++ libstdc++-v3/include/std/syncstream | 6 +- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 119 ++++++++++++ .../testsuite/27_io/headers/iosfwd/types.cc | 214 +++++++++++++++++++++ 4 files changed, 353 insertions(+), 4 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