This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e176c031f02 libstdc++: [_GLIBCXX_INLINE_VERSION] Add to_chars/from_char [...] new 9afc914809c libstdc++: Fix ostream insertion operators for calendar types
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/bits/chrono_io.h | 20 +++++------ libstdc++-v3/testsuite/std/time/month_day/io.cc | 30 ++++++++++++++++ .../testsuite/std/time/month_day_last/io.cc | 30 ++++++++++++++++ .../testsuite/std/time/month_weekday/io.cc | 31 ++++++++++++++++ .../testsuite/std/time/month_weekday_last/io.cc | 31 ++++++++++++++++ .../testsuite/std/time/weekday_indexed/io.cc | 30 ++++++++++++++++ libstdc++-v3/testsuite/std/time/weekday_last/io.cc | 30 ++++++++++++++++ libstdc++-v3/testsuite/std/time/year_month/io.cc | 30 ++++++++++++++++ .../testsuite/std/time/year_month_day_last/io.cc | 30 ++++++++++++++++ .../testsuite/std/time/year_month_weekday/io.cc | 42 ++++++++++++++++++++++ .../std/time/year_month_weekday_last/io.cc | 38 ++++++++++++++++++++ 11 files changed, 332 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/month_day/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/month_day_last/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/month_weekday/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/month_weekday_last/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/weekday_indexed/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/weekday_last/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/year_month/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/year_month_day_last/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/year_month_weekday/io.cc create mode 100644 libstdc++-v3/testsuite/std/time/year_month_weekday_last/io.cc