This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8374586c166 Convert STARTING_FRAME_OFFSET to a hook new ea3b0bfac3f PR libstdc++/82644 document IS 29124 support new 79bc16204ae 2017-10-23 Richard Biener rguenther@suse.de
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: gcc/ChangeLog | 10 + gcc/tree-ssa-pre.c | 12 +- libstdc++-v3/ChangeLog | 14 + libstdc++-v3/doc/xml/manual/intro.xml | 4 + libstdc++-v3/doc/xml/manual/status_cxxis29124.xml | 315 +++++++++++++++++++++ libstdc++-v3/include/bits/specfun.h | 2 + libstdc++-v3/include/c_compatibility/math.h | 4 +- .../headers/cmath/82644.cc} | 23 +- .../headers/cmath/functions_global_c++17.cc | 111 ++++++++ 9 files changed, 468 insertions(+), 27 deletions(-) create mode 100644 libstdc++-v3/doc/xml/manual/status_cxxis29124.xml copy libstdc++-v3/testsuite/{20_util/reference_wrapper/80504.cc => 26_numerics/hea [...] create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_glob [...]