This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d1ad1f Fix pch with Solaris as new 0c9d586 MIPS/GCC/doc: Fix `d' constraint description new ece848a Define 3-argument overloads of std::hypot for C++17 (P0030R1)
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 | 5 + gcc/config/mips/constraints.md | 4 +- gcc/doc/md.texi | 4 +- libstdc++-v3/ChangeLog | 6 + libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/c_global/cmath | 40 ++++++ .../testsuite/26_numerics/headers/cmath/hypot.cc | 138 +++++++++++++++++++++ 7 files changed, 194 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc