This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from a89dec8 Daily bump. new 0215eef fix misplaced version namespace macros new a212122 Declare inline namespaces for filesystem new e5e8335 Fix misuse of versioned namespace for LFTS new b78f70a add exports new 231aaf4 Fix libstdc++ versioned namespace build
The 5 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 | 49 ++++++++++++++++++ .../config/abi/pre/gnu-versioned-namespace.ver | 4 ++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/basic_string.h | 5 +- libstdc++-v3/include/bits/c++config | 13 +++-- libstdc++-v3/include/bits/regex.h | 22 +++++--- libstdc++-v3/include/bits/uniform_int_dist.h | 5 +- libstdc++-v3/include/experimental/algorithm | 1 + libstdc++-v3/include/experimental/any | 1 + libstdc++-v3/include/experimental/bits/erase_if.h | 1 + libstdc++-v3/include/experimental/bits/fs_fwd.h | 5 +- .../bits/{erase_if.h => lfts_config.h} | 58 +++++++++------------- .../include/experimental/bits/string_view.tcc | 3 ++ libstdc++-v3/include/experimental/chrono | 2 +- libstdc++-v3/include/experimental/functional | 1 + libstdc++-v3/include/experimental/memory_resource | 1 + libstdc++-v3/include/experimental/optional | 1 + libstdc++-v3/include/experimental/propagate_const | 1 + libstdc++-v3/include/experimental/random | 1 + libstdc++-v3/include/experimental/ratio | 3 +- libstdc++-v3/include/experimental/string_view | 11 ++-- libstdc++-v3/include/experimental/system_error | 4 +- libstdc++-v3/include/experimental/tuple | 1 + libstdc++-v3/include/experimental/type_traits | 2 +- libstdc++-v3/include/experimental/utility | 1 + libstdc++-v3/include/std/chrono | 2 + libstdc++-v3/include/std/complex | 5 +- ...d_tr1_neg.cc => using_namespace_std_exp_neg.cc} | 9 ++-- .../testsuite/20_util/duration/literals/range.cc | 2 +- .../experimental/any/misc/any_cast_neg.cc | 2 +- .../propagate_const/assignment/move_neg.cc | 2 +- .../experimental/propagate_const/cons/move_neg.cc | 8 +-- .../experimental/propagate_const/requirements2.cc | 8 +-- .../experimental/propagate_const/requirements3.cc | 2 +- .../experimental/propagate_const/requirements4.cc | 6 +-- .../experimental/propagate_const/requirements5.cc | 2 +- .../testsuite/ext/profile/mutex_extensions_neg.cc | 2 +- 38 files changed, 166 insertions(+), 82 deletions(-) copy libstdc++-v3/include/experimental/bits/{erase_if.h => lfts_config.h} (59%) copy libstdc++-v3/testsuite/17_intro/{using_namespace_std_tr1_neg.cc => using_name [...]