This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7040c207baa libstdc++: Fix -Wsign-compare warning in std::string::resiz [...] new 16491e137c4 libstdc++: Refactor experimental::filesystem::path string c [...] new 68854071236 libstdc++: Fix more pedwarns in headers for C++98
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/istream.tcc | 10 ++ libstdc++-v3/include/bits/locale_facets.h | 12 ++ libstdc++-v3/include/bits/locale_facets.tcc | 6 + libstdc++-v3/include/bits/locale_facets_nonio.tcc | 4 + libstdc++-v3/include/bits/ostream.tcc | 6 + libstdc++-v3/include/bits/stl_algobase.h | 10 ++ libstdc++-v3/include/bits/vector.tcc | 2 +- libstdc++-v3/include/c_global/cstdlib | 3 + libstdc++-v3/include/experimental/bits/fs_path.h | 137 ++++++++------------- .../resize_policy/hash_prime_size_policy_imp.hpp | 3 + libstdc++-v3/include/ext/pointer.h | 3 + libstdc++-v3/include/ext/stdio_sync_filebuf.h | 3 + libstdc++-v3/include/std/istream | 3 + libstdc++-v3/include/std/ostream | 3 + libstdc++-v3/include/tr1/cmath | 4 + libstdc++-v3/include/tr1/functional_hash.h | 32 +++-- libstdc++-v3/include/tr1/tuple | 2 +- libstdc++-v3/include/tr1/type_traits | 6 + 18 files changed, 150 insertions(+), 99 deletions(-)