This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf08dd297ca testsuite: arm: use effective-target for vsel*, mod* and pr [...] new 72c83f644de tree-optimization/117041 - fix load classification of forme [...] new 55dbb4b5261 Clear DR_GROUP_NEXT_ELEMENT upon group dissolving new b349c651ff1 libstdc++: Fix formatting of chrono::duration with characte [...] new ce89d2f3170 libstdc++: Tweak %c formatting for chrono types new 993deb3a9a4 libstdc++: Make std::construct_at support arrays (LWG 3436) new 2eaae1bd693 libstdc++: Do not cast away const-ness in std::construct_at [...] new 6ce1df379a6 libstdc++: Simplify std::aligned_storage and fix for versio [...] new 361d230fd78 libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [P [...]
The 8 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: gcc/testsuite/g++.dg/cpp0x/initlist-opt1.C | 1 + gcc/testsuite/gcc.dg/torture/pr117041.c | 10 +++ gcc/tree-vect-data-refs.cc | 3 + gcc/tree-vect-stmts.cc | 6 +- libstdc++-v3/doc/doxygen/user.cfg.in | 2 +- libstdc++-v3/doc/html/manual/using_macros.html | 12 +++- libstdc++-v3/doc/xml/manual/using.xml | 16 ++++- libstdc++-v3/include/bits/c++config | 9 ++- libstdc++-v3/include/bits/chrono_io.h | 13 ++-- libstdc++-v3/include/bits/shared_ptr_base.h | 15 ++-- libstdc++-v3/include/bits/stl_construct.h | 24 +++++-- libstdc++-v3/include/std/expected | 2 +- libstdc++-v3/include/std/type_traits | 83 +++++++++++++++------- libstdc++-v3/testsuite/20_util/allocator/void.cc | 15 ---- libstdc++-v3/testsuite/20_util/duration/io.cc | 66 +++++++++++++++++ .../specialized_algorithms/construct_at/array.cc | 41 +++++++++++ .../construct_at/array_neg.cc | 19 +++++ 17 files changed, 270 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117041.c create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/construct [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/construct [...]