This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57056146f4f DOCUMENTATION_ROOT_URL vs. release branches [PR114738] new 7c2a9dbcc2c libstdc++: Implement "Printing blank lines with println" for C++23
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/ostream | 12 +++++ libstdc++-v3/include/std/print | 14 ++++++ .../testsuite/27_io/basic_ostream/print/2.cc | 47 +++++++++++++++++++ libstdc++-v3/testsuite/27_io/print/1.cc | 1 - libstdc++-v3/testsuite/27_io/print/3.cc | 53 ++++++++++++++++++++++ 5 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/print/2.cc create mode 100644 libstdc++-v3/testsuite/27_io/print/3.cc