This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8bec8de3db0 Define "random_device" effective target new 672bd2dab1e 2018-07-04 Jerry DeLisle jvdelisle@gcc.gnu.org new c44e86a535c 2018-07-04 François Dumont fdumont@gcc.gnu.org new be7ce806062 P0458R2 Checking for Existence of an Element in Associative [...]
The 3 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/fortran/ChangeLog | 6 ++ gcc/fortran/trans-decl.c | 2 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/block_16.f08 | 26 ++++++++ libstdc++-v3/ChangeLog | 39 ++++++++++++ libstdc++-v3/include/bits/stl_map.h | 19 ++++++ libstdc++-v3/include/bits/stl_multimap.h | 19 ++++++ libstdc++-v3/include/bits/stl_multiset.h | 19 ++++++ libstdc++-v3/include/bits/stl_set.h | 19 ++++++ libstdc++-v3/include/bits/stl_tree.h | 35 +++++------ libstdc++-v3/include/bits/unordered_map.h | 22 +++++++ libstdc++-v3/include/bits/unordered_set.h | 22 +++++++ libstdc++-v3/include/debug/string | 4 +- .../21_strings/basic_string/cons/char/1.cc | 40 ++++++------ .../testsuite/21_strings/basic_string/init-list.cc | 7 ++- .../basic_string/modifiers/insert/char/1.cc | 21 ++++--- .../basic_string/modifiers/insert/char/2.cc | 11 +++- .../basic_string/modifiers/insert/char/83328.cc | 13 +++- .../testsuite/21_strings/basic_string/types/1.cc | 10 ++- .../map/operations/contains.cc} | 67 +++++++++----------- .../23_containers/multimap/operations/contains.cc | 71 ++++++++++++++++++++++ .../23_containers/multiset/operations/contains.cc | 71 ++++++++++++++++++++++ .../node_swap.cc => operations/contains.cc} | 43 +++++++++---- .../unordered_map/operations/contains.cc} | 24 ++++---- .../unordered_multimap/operations/contains.cc} | 30 ++++----- .../unordered_multiset/operations/contains.cc} | 27 ++++---- .../unordered_set/operations/contains.cc} | 24 ++++---- 27 files changed, 539 insertions(+), 157 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/block_16.f08 copy libstdc++-v3/testsuite/{20_util/any/modifiers/83658.cc => 23_containers/map/o [...] create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/operations/contains.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/operations/contains.cc copy libstdc++-v3/testsuite/23_containers/set/{modifiers/node_swap.cc => operation [...] copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 23_conta [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/dr2268.cc => 23_containers/un [...] copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 23_conta [...] copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 23_conta [...]