This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f7896ff 2016-08-17 Chung-Lin Tang cltang@codesourcery.com new 7d475d1 PR 77264 constrain new std::basic_string overloads new 5542933 Adjust testcase for C++14 compatibility new 9f974f2 Adjust testcases for C++17 compatibility new 89ec11d Adjust DG directives in libstdc++ XFAIL test new e1712f2 Adjust DG directives in libstdc++ Profile Mode test
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 | 66 ++++++++++ libstdc++-v3/include/bits/basic_string.h | 144 ++++++++++----------- libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 7 +- .../basic_string/modifiers/append/char/4.cc | 30 +++++ .../basic_string/modifiers/append/wchar_t/4.cc | 31 +++++ .../basic_string/modifiers/assign/char/4.cc | 30 +++++ .../basic_string/modifiers/assign/wchar_t/4.cc | 31 +++++ .../basic_string/modifiers/insert/char/3.cc | 30 +++++ .../basic_string/modifiers/insert/wchar_t/3.cc | 31 +++++ .../basic_string/modifiers/replace/char/7.cc | 30 +++++ .../basic_string/modifiers/replace/wchar_t/7.cc | 31 +++++ .../basic_string/operations/compare/char/2.cc | 30 +++++ .../basic_string/operations/compare/wchar_t/2.cc | 31 +++++ .../24_iterators/headers/iterator/range_access.cc | 8 +- .../headers/cmath/types_std_c++0x_neg.cc | 3 +- .../testsuite/experimental/chrono/value.cc | 7 +- libstdc++-v3/testsuite/experimental/ratio/value.cc | 18 ++- .../ext/pb_ds/regression/hash_map_rand.cc | 2 + .../ext/pb_ds/regression/hash_set_rand.cc | 2 + .../ext/pb_ds/regression/list_update_map_rand.cc | 2 + .../ext/pb_ds/regression/list_update_set_rand.cc | 2 + .../ext/pb_ds/regression/priority_queue_rand.cc | 2 + .../ext/pb_ds/regression/tree_map_rand.cc | 2 + .../ext/pb_ds/regression/tree_set_rand.cc | 2 + .../ext/pb_ds/regression/trie_map_rand.cc | 2 + .../ext/pb_ds/regression/trie_set_rand.cc | 2 + libstdc++-v3/testsuite/ext/profile/all.cc | 6 +- .../special_functions/10_cyl_bessel_k/airy.cc | 5 +- 28 files changed, 493 insertions(+), 94 deletions(-)