This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a8d62078a5 2019-08-14 Bernd Edlinger bernd.edlinger@hotmail.de new b8f684bc811 2019-08-14 Edward Smith-Rowland 3dw4rd@verizon.net new 6f49a5abb50 2019-08-14 Christophe Lyon christophe.lyon@linaro.org
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: gcc/testsuite/ChangeLog | 4 +++ .../gcc.c-torture/execute/noinit-attribute.c | 2 +- libstdc++-v3/ChangeLog | 41 ++++++++++++++++++++++ libstdc++-v3/include/bits/algorithmfwd.h | 28 +++++++++++++++ libstdc++-v3/include/bits/move.h | 2 ++ libstdc++-v3/include/bits/stl_algo.h | 33 +++++++++++++++++ libstdc++-v3/include/bits/stl_algobase.h | 4 +++ libstdc++-v3/include/bits/stl_heap.h | 13 +++++++ libstdc++-v3/include/std/type_traits | 2 ++ libstdc++-v3/include/std/version | 1 + .../25_algorithms/headers/algorithm/synopsis.cc | 27 ++++++++++++++ .../{remove => iter_swap}/constexpr.cc | 16 +++++---- .../25_algorithms/{copy => make_heap}/constexpr.cc | 22 +++++++----- .../{remove => next_permutation}/constexpr.cc | 16 +++++---- .../{remove_if => nth_element}/constexpr.cc | 22 +++++++----- .../{remove => partial_sort}/constexpr.cc | 20 +++++++---- .../constexpr.cc | 33 +++++++++-------- .../{remove => partition}/constexpr.cc | 18 ++++++---- .../{find_first_of => pop_heap}/constexpr.cc | 37 +++++++++++-------- .../{remove => prev_permutation}/constexpr.cc | 16 +++++---- .../{find_first_of => push_heap}/constexpr.cc | 36 +++++++++++-------- .../25_algorithms/{fill => reverse}/constexpr.cc | 18 +++++----- .../25_algorithms/{fill => rotate}/constexpr.cc | 18 +++++----- .../25_algorithms/{remove => sort}/constexpr.cc | 20 +++++++---- .../{find_first_of => sort_heap}/constexpr.cc | 40 +++++++++++++-------- .../25_algorithms/{copy => swap}/constexpr.cc | 24 ++++++++----- .../{remove => swap_ranges}/constexpr.cc | 18 ++++++---- 27 files changed, 378 insertions(+), 153 deletions(-) copy libstdc++-v3/testsuite/25_algorithms/{remove => iter_swap}/constexpr.cc (69%) copy libstdc++-v3/testsuite/25_algorithms/{copy => make_heap}/constexpr.cc (64%) copy libstdc++-v3/testsuite/25_algorithms/{remove => next_permutation}/constexpr.cc (69%) copy libstdc++-v3/testsuite/25_algorithms/{remove_if => nth_element}/constexpr.cc (61%) copy libstdc++-v3/testsuite/25_algorithms/{remove => partial_sort}/constexpr.cc (62%) copy libstdc++-v3/testsuite/25_algorithms/{is_heap_until => partial_sort_copy}/con [...] copy libstdc++-v3/testsuite/25_algorithms/{remove => partition}/constexpr.cc (67%) copy libstdc++-v3/testsuite/25_algorithms/{find_first_of => pop_heap}/constexpr.cc (56%) copy libstdc++-v3/testsuite/25_algorithms/{remove => prev_permutation}/constexpr.cc (70%) copy libstdc++-v3/testsuite/25_algorithms/{find_first_of => push_heap}/constexpr.cc (58%) copy libstdc++-v3/testsuite/25_algorithms/{fill => reverse}/constexpr.cc (68%) copy libstdc++-v3/testsuite/25_algorithms/{fill => rotate}/constexpr.cc (67%) copy libstdc++-v3/testsuite/25_algorithms/{remove => sort}/constexpr.cc (62%) copy libstdc++-v3/testsuite/25_algorithms/{find_first_of => sort_heap}/constexpr.cc (51%) copy libstdc++-v3/testsuite/25_algorithms/{copy => swap}/constexpr.cc (62%) copy libstdc++-v3/testsuite/25_algorithms/{remove => swap_ranges}/constexpr.cc (63%)