This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d8ef4471cb9 libstdc++: Enable memset optimizations for distinct charact [...] new 03623fa91ff libstdc++: Use std::move for iterator in ranges::fill [PR117094] new df25d528d36 Add regression test
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: .../gnat.dg/specs/generic_inst2-child1.ads | 17 +++++++++++ .../gnat.dg/specs/generic_inst2-child2.ads | 10 +++++++ gcc/testsuite/gnat.dg/specs/generic_inst2.ads | 11 +++++++ libstdc++-v3/include/bits/ranges_algobase.h | 2 +- .../testsuite/25_algorithms/fill/constrained.cc | 34 ++++++++++++++++++++++ 5 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst2-child1.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst2-child2.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst2.ads