This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 310252ecc20 * osint.adb (OS_Time_To_GNAT_Time): Remove dependency on T [...] new d00ba20dbd7 Remove include directives for deleted Profile Mode headers new b860dbe9791 Fix array index error in address_v6 comparisons new f875c1ba2b0 Implement C++20 constexpr changes to std::pair (P1032R1) new 563af6e4987 Define std::to_array for Debug Mode new 24cabdbe8f3 PR tree-optimization/91914 - Invalid strlen folding for off [...]
The 5 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/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/strlenopt-79.c | 46 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 28 +++++++++++++ libstdc++-v3/include/bits/stl_pair.h | 24 ++++++----- libstdc++-v3/include/debug/array | 39 ++++++++++++++++++ libstdc++-v3/include/experimental/internet | 4 +- libstdc++-v3/include/std/array | 4 -- libstdc++-v3/include/std/bitset | 4 -- libstdc++-v3/include/std/deque | 4 -- libstdc++-v3/include/std/forward_list | 4 -- libstdc++-v3/include/std/list | 4 -- libstdc++-v3/include/std/map | 4 -- libstdc++-v3/include/std/set | 4 -- libstdc++-v3/include/std/tuple | 4 +- libstdc++-v3/include/std/unordered_map | 4 -- libstdc++-v3/include/std/unordered_set | 4 -- libstdc++-v3/include/std/vector | 4 -- .../headers/c++1998/profile_mode.cc} | 15 +++---- .../c++2011/{parallel_mode.cc => profile_mode.cc} | 8 ++-- .../constexpr.cc => pair/constexpr_assign.cc} | 29 +++++++------- .../pair/constexpr_swap.cc} | 23 +++++------ 21 files changed, 171 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/strlenopt-79.c copy libstdc++-v3/testsuite/{19_diagnostics/headers/system_error/std_c++0x_neg.cc [...] copy libstdc++-v3/testsuite/17_intro/headers/c++2011/{parallel_mode.cc => profile_ [...] copy libstdc++-v3/testsuite/20_util/{exchange/constexpr.cc => pair/constexpr_assig [...] copy libstdc++-v3/testsuite/{25_algorithms/all_of/constexpr.cc => 20_util/pair/con [...]