This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 9b615f8 Daily bump. new 3e6660f 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 | 37 +++++++++++++++ .../config/abi/pre/gnu-versioned-namespace.ver | 1 + 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/chrono | 2 +- libstdc++-v3/include/experimental/fs_fwd.h | 5 ++- libstdc++-v3/include/experimental/functional | 1 + .../include/experimental/{chrono => lfts_config.h} | 52 +++++++++------------- libstdc++-v3/include/experimental/optional | 1 + libstdc++-v3/include/experimental/ratio | 3 +- libstdc++-v3/include/experimental/string_view | 11 +++-- libstdc++-v3/include/experimental/string_view.tcc | 3 ++ libstdc++-v3/include/experimental/system_error | 4 +- libstdc++-v3/include/experimental/tuple | 1 + libstdc++-v3/include/experimental/type_traits | 2 +- libstdc++-v3/include/std/chrono | 2 + libstdc++-v3/include/std/complex | 5 ++- libstdc++-v3/src/filesystem/Makefile.in | 2 +- ...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 +- .../testsuite/ext/profile/mutex_extensions_neg.cc | 2 +- 28 files changed, 131 insertions(+), 65 deletions(-) copy libstdc++-v3/include/experimental/{chrono => lfts_config.h} (60%) copy libstdc++-v3/testsuite/17_intro/{using_namespace_std_tr1_neg.cc => using_name [...]