This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 705ae582d51 Fortran: Add view convert to pointer assign when only point [...] new 3052b336455 libstdc++: implement constexpr memory algorithms
The 1 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/ranges_uninitialized.h | 21 +++++++ libstdc++-v3/include/bits/stl_construct.h | 1 + libstdc++-v3/include/bits/stl_uninitialized.h | 39 +++++++++++++ libstdc++-v3/include/bits/version.def | 5 ++ libstdc++-v3/include/bits/version.h | 7 ++- .../testsuite/20_util/headers/memory/synopsis.cc | 12 ++++ .../specialized_algorithms/feature_test_macro.cc | 14 +++++ .../uninitialized_copy/constexpr.cc | 58 ++++++++++++++++++ .../uninitialized_default_construct/constexpr.cc | 67 +++++++++++++++++++++ .../uninitialized_fill/constexpr.cc | 68 ++++++++++++++++++++++ .../uninitialized_move/constexpr.cc | 51 ++++++++++++++++ .../uninitialized_value_construct/constexpr.cc | 64 ++++++++++++++++++++ 12 files changed, 406 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/feature_t [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...]