This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57b291c27ee Fix inaccuracies in VxWorks LINK_SPEC new c82e492616e libstdc++: Some time_get fixes [PR78714] new 982a2c9b786 libstdc++: Add std::time_get %r support [PR71367]
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: libstdc++-v3/config/abi/pre/gnu.ver | 15 +- .../config/locale/dragonfly/time_members.cc | 4 +- libstdc++-v3/config/locale/generic/time_members.cc | 4 +- libstdc++-v3/config/locale/gnu/time_members.cc | 4 +- libstdc++-v3/include/bits/locale_facets_nonio.h | 6 + libstdc++-v3/include/bits/locale_facets_nonio.tcc | 223 ++++++++----- .../testsuite/22_locale/time_get/get/char/3.cc | 356 +++++++++++++++++++++ .../time_get/get/char/{88681.cc => 71367.cc} | 40 ++- .../testsuite/22_locale/time_get/get/wchar_t/3.cc | 356 +++++++++++++++++++++ .../get/{char/88681.cc => wchar_t/71367.cc} | 40 ++- .../22_locale/time_get/get_date/char/12791.cc | 4 +- .../22_locale/time_get/get_date/wchar_t/12791.cc | 4 +- .../22_locale/time_get/get_time/char/2.cc | 2 +- .../22_locale/time_get/get_time/char/5.cc | 2 +- .../22_locale/time_get/get_time/wchar_t/2.cc | 2 +- .../22_locale/time_get/get_time/wchar_t/5.cc | 2 +- 16 files changed, 949 insertions(+), 115 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/char/3.cc copy libstdc++-v3/testsuite/22_locale/time_get/get/char/{88681.cc => 71367.cc} (51%) create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/3.cc copy libstdc++-v3/testsuite/22_locale/time_get/get/{char/88681.cc => wchar_t/71367 [...]