This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05b7ab86e7d libstdc++: Fix -Wlong-long warning in <bits/postypes.h> new 5cf26f2569b libstdc++: Fix rounding in chrono::parse new c534e37facc libstdc++: Populate std::time_get::get's %c format for C locale
The 2 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: .../config/locale/dragonfly/time_members.cc | 16 +++--- libstdc++-v3/config/locale/generic/time_members.cc | 8 +-- libstdc++-v3/config/locale/gnu/time_members.cc | 16 +++--- libstdc++-v3/include/bits/chrono_io.h | 64 +++++++++++++++++++--- .../testsuite/22_locale/time_get/get/char/5.cc | 37 +++++++++++++ .../testsuite/22_locale/time_get/get/wchar_t/5.cc | 37 +++++++++++++ libstdc++-v3/testsuite/std/time/clock/file/io.cc | 21 ++++++- libstdc++-v3/testsuite/std/time/clock/gps/io.cc | 20 +++++++ 8 files changed, 191 insertions(+), 28 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/char/5.cc create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/5.cc