This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b57d7ef4bdd bitintlower: Fix up handling of nested casts in m_upward_2l [...] new 3b33d792cf1 libstdc++: Implement debug format for strings and character [...]
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: contrib/unicode/DerivedGeneralCategory.txt | 4323 ++++++++++++++++++++ contrib/unicode/README | 3 +- contrib/unicode/gen_libstdcxx_unicode_data.py | 47 +- libstdc++-v3/include/bits/chrono_io.h | 16 +- libstdc++-v3/include/bits/unicode-data.h | 260 +- libstdc++-v3/include/bits/unicode.h | 17 + libstdc++-v3/include/std/format | 492 ++- .../testsuite/23_containers/vector/bool/format.cc | 3 +- libstdc++-v3/testsuite/std/format/debug.cc | 454 ++ .../testsuite/std/format/debug_nonunicode.cc | 5 + libstdc++-v3/testsuite/std/format/parse_ctx.cc | 2 +- libstdc++-v3/testsuite/std/format/string.cc | 2 +- 12 files changed, 5538 insertions(+), 86 deletions(-) create mode 100644 contrib/unicode/DerivedGeneralCategory.txt create mode 100644 libstdc++-v3/testsuite/std/format/debug.cc create mode 100644 libstdc++-v3/testsuite/std/format/debug_nonunicode.cc