PR libstdc++/82644 document IS 29124 support
commitea3b0bfac3fe5cd2a1cadc3146243320e49ee429
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Oct 2017 11:10:28 +0000 (23 11:10 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Oct 2017 11:10:28 +0000 (23 11:10 +0000)
tree82b188dba5472017bf9c97d9ccaea52cf744580d
parent8374586c166d040c34ef19a14ac7daffaf4df245
PR libstdc++/82644 document IS 29124 support

Also fix declarations of special functions in C++17, to import them into
the global namespace in <math.h>, and to prevent defining the
non-standard hypergeometric functions in strict mode.

PR libstdc++/82644
* doc/xml/manual/intro.xml: Include new section.
* doc/xml/manual/status_cxxis29124.xml: New section on IS 29124
status.
* include/bits/specfun.h [__STRICT_ANSI__] (hyperg, hypergf, hypergl)
(conf_hyperg, conf_hypergf, conf_hypergl): Don't declare.
* include/c_compatibility/math.h: Import special functions into
global namespace for C++17.
* testsuite/26_numerics/headers/cmath/82644.cc: New test.
* testsuite/26_numerics/headers/cmath/functions_global_c++17.cc: New
test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254004 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/intro.xml
libstdc++-v3/doc/xml/manual/status_cxxis29124.xml [new file with mode: 0644]
libstdc++-v3/include/bits/specfun.h
libstdc++-v3/include/c_compatibility/math.h
libstdc++-v3/testsuite/26_numerics/headers/cmath/82644.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_global_c++17.cc [new file with mode: 0644]