This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e24ac9 2016-10-03 Bernd Edlinger bernd.edlinger@hotmail.de new 7a3e391 Fix libstdc++ versioned namespace build
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 | 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 | 18 +++++-- 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 | 2 + 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 +- libstdc++-v3/include/std/string_view | 8 ++- libstdc++-v3/include/std/variant | 12 ++++- ...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 +- 40 files changed, 185 insertions(+), 89 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 [...]