This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c0c83feb04 c++: Improve static_assert diagnostic [PR97518] new 5dfbc52264f libstdc++: Avoid bad_alloc exceptions when changing locales new 778087e0f54 IBM Z: Fix bootstrap breakage due to HAVE_TF macro new bb6226419f5 Daily bump. new ecba8547dd3 libstdc++: Implement std::emit_on_flush etc.
The 4 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/ChangeLog | 314 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 15 + gcc/c-family/ChangeLog | 15 + gcc/c/ChangeLog | 18 ++ gcc/config/s390/s390.h | 5 +- gcc/cp/ChangeLog | 45 +++ gcc/d/ChangeLog | 5 + gcc/fortran/ChangeLog | 28 ++ gcc/testsuite/ChangeLog | 210 ++++++++++++++ libcc1/ChangeLog | 6 + libgcc/ChangeLog | 14 + libgomp/ChangeLog | 15 + libstdc++-v3/ChangeLog | 63 +++++ libstdc++-v3/config/locale/generic/c_locale.cc | 49 +++- libstdc++-v3/include/std/ostream | 67 +++++ libstdc++-v3/include/std/syncstream | 149 +++++----- .../view/char => basic_ostream/emit}/1.cc | 33 +-- .../27_io/basic_syncstream/basic_ops/1.cc | 31 +- 19 files changed, 969 insertions(+), 115 deletions(-) copy libstdc++-v3/testsuite/27_io/{basic_ostringstream/view/char => basic_ostream/ [...]