This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3355e44dd2b cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNE [...] new 3e1d760bf49 libstdc++: Simplify std::vector::vector(from_range_t, const [...] new 3c7f2fd8c4b libstdc++: Use formatting locale for std::time_put formats new c24a1d58bc0 libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [...] new 778c28c70f8 libstdc++: Fix localized %c formatting for non-UTC times [P [...]
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: libstdc++-v3/config.h.in | 18 +++ libstdc++-v3/configure | 179 ++++++++++++++++++++- libstdc++-v3/configure.ac | 2 + libstdc++-v3/include/bits/chrono_io.h | 60 +++++-- libstdc++-v3/include/bits/stl_vector.h | 20 +-- .../testsuite/std/time/format/localized.cc | 33 ++++ libstdc++-v3/testsuite/std/time/format/pr117214.cc | 99 ++++++++++++ 7 files changed, 372 insertions(+), 39 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/format/pr117214.cc