This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6418fe2268 Fortran: host association issue with symbol in COMMON block [...] new ee797739606 libstdc++: Fix return value of vector::insert_range new a9172b107a2 libstdc++: Fix flat_foo::insert_range for non-common ranges [...]
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: libstdc++-v3/include/bits/stl_bvector.h | 8 +++---- libstdc++-v3/include/bits/vector.tcc | 3 ++- libstdc++-v3/include/std/flat_map | 17 ++++++++++---- libstdc++-v3/include/std/flat_set | 27 +++++++++++++++++++--- libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 17 ++++++++++++++ .../testsuite/23_containers/flat_multimap/1.cc | 16 +++++++++++++ .../testsuite/23_containers/flat_multiset/1.cc | 16 +++++++++++++ libstdc++-v3/testsuite/23_containers/flat_set/1.cc | 16 +++++++++++++ .../vector/bool/modifiers/insert/insert_range.cc | 18 ++++++++++----- .../vector/modifiers/insert/insert_range.cc | 18 ++++++++++----- 10 files changed, 131 insertions(+), 25 deletions(-)