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 faaf3da 2016-09-30 Michael Meissner meissner@linux.vnet.ibm.com new 1969d1b Remove use of std::abs in experimental::{gcd,lcm} new c81bdb4 libstdc++/77795 Only declare ::gets for C++98 and C++11
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/ChangeLog | 20 ++++++++++++++++++++ libstdc++-v3/acinclude.m4 | 7 ++++++- libstdc++-v3/config.h.in | 2 +- libstdc++-v3/configure | 5 +++++ libstdc++-v3/include/c_global/cstdio | 2 +- libstdc++-v3/include/c_std/cstdio | 2 +- libstdc++-v3/include/experimental/numeric | 22 ++++++++++++++++++---- .../cstdio/{types_std.cc => functions_neg.cc} | 6 ++---- .../69626.cc => experimental/numeric/77801.cc} | 11 +++-------- libstdc++-v3/testsuite/experimental/numeric/gcd.cc | 4 ++++ libstdc++-v3/testsuite/experimental/numeric/lcm.cc | 3 +++ 11 files changed, 64 insertions(+), 20 deletions(-) copy libstdc++-v3/testsuite/27_io/headers/cstdio/{types_std.cc => functions_neg.cc} (89%) copy libstdc++-v3/testsuite/{21_strings/c_strings/char/69626.cc => experimental/nu [...]