This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e8168a659e libstdc++: Optimize __make_comp/pred_proj for empty/scalar types new 33e3139f5df libstdc++: Format %r, %x and %X using locale's time_put fac [...] new 3af71d4ac80 libstdc++: Fix std::uninitialized_value_construct for array [...]
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/include/bits/chrono_io.h | 128 ++++++--------------- libstdc++-v3/include/bits/stl_uninitialized.h | 20 ++++ .../uninitialized_default_construct/120397.cc | 19 +++ .../uninitialized_value_construct/120397.cc | 19 +++ libstdc++-v3/testsuite/std/time/format/pr117214.cc | 43 ++++++- 5 files changed, 130 insertions(+), 99 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...]