This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c540cc1b99f 2018-08-22 Andrew Benson abensonca@gmail.com new 319d9891f70 2018-08-22 François Dumont fdumont@gcc.gnu.org
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/ChangeLog | 145 ++++ libstdc++-v3/include/debug/deque | 3 + libstdc++-v3/include/debug/formatter.h | 22 +- libstdc++-v3/include/debug/forward_list | 3 + libstdc++-v3/include/debug/functions.h | 109 +-- libstdc++-v3/include/debug/helper_functions.h | 86 ++- libstdc++-v3/include/debug/list | 3 + libstdc++-v3/include/debug/map.h | 3 + libstdc++-v3/include/debug/multimap.h | 3 + libstdc++-v3/include/debug/multiset.h | 3 + libstdc++-v3/include/debug/safe_iterator.h | 761 +++++++++++++-------- libstdc++-v3/include/debug/safe_iterator.tcc | 134 +++- libstdc++-v3/include/debug/safe_local_iterator.h | 98 +-- libstdc++-v3/include/debug/safe_local_iterator.tcc | 43 +- libstdc++-v3/include/debug/set.h | 3 + libstdc++-v3/include/debug/stl_iterator.h | 19 +- libstdc++-v3/include/debug/string | 3 + libstdc++-v3/include/debug/unordered_map | 12 +- libstdc++-v3/include/debug/unordered_set | 12 +- libstdc++-v3/include/debug/vector | 5 +- .../86751.cc => 23_containers/list/68222_neg.cc} | 22 +- .../unordered_set/debug/debug_functions.cc | 26 - .../vector/cons/destructible_debug_neg.cc | 2 +- .../23_containers/vector/debug/debug_functions.cc | 23 - libstdc++-v3/testsuite/util/testsuite_containers.h | 72 ++ 25 files changed, 1069 insertions(+), 546 deletions(-) copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 23_containers/list/68222_neg [...]