This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0dad6de runtime: copy internal locking code from Go 1.7 runtime new 9e441fc Implement LWG 2192 and LWG 2294 for std::abs new 657f284 2016-09-05 Andrew Haley aph@redhat.com
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: Makefile.def | 13 - Makefile.in | 503 --------------------- Makefile.tpl | 2 - configure | 244 ---------- configure.ac | 237 ---------- libstdc++-v3/ChangeLog | 16 + libstdc++-v3/doc/html/manual/bugs.html | 4 + libstdc++-v3/doc/xml/manual/intro.xml | 7 + libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/std_abs.h | 107 +++++ libstdc++-v3/include/c_global/cmath | 25 +- libstdc++-v3/include/c_global/cstdlib | 28 +- .../headers/cmath/dr2192.cc} | 38 +- .../headers/cmath/dr2192_neg.cc} | 29 +- .../headers/cstdlib/dr2192.cc} | 37 +- .../headers/cstdlib/dr2192_neg.cc} | 15 +- 17 files changed, 184 insertions(+), 1123 deletions(-) create mode 100644 libstdc++-v3/include/bits/std_abs.h copy libstdc++-v3/testsuite/{special_functions/07_cyl_bessel_i/compile.cc => 26_nu [...] copy libstdc++-v3/testsuite/{special_functions/14_expint/compile.cc => 26_numerics [...] copy libstdc++-v3/testsuite/{20_util/scoped_allocator/69114.cc => 26_numerics/head [...] copy libstdc++-v3/testsuite/{20_util/is_callable/requirements/explicit_instantiati [...]