gcc/libstdc++-v3/include/c_compatibility
Jonathan Wakely 908d1d3aea 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.

From-SVN: r254004
2017-10-23 12:10:28 +01:00
..
assert.h Update copyright years. 2017-01-01 13:07:43 +01:00
complex.h PR libstdc++/82417 do not include C99 <complex.h> in strict modes 2017-10-10 12:25:45 +01:00
ctype.h Update copyright years. 2017-01-01 13:07:43 +01:00
errno.h Update copyright years. 2017-01-01 13:07:43 +01:00
fenv.h Update copyright years. 2017-01-01 13:07:43 +01:00
float.h Update copyright years. 2017-01-01 13:07:43 +01:00
inttypes.h Update copyright years. 2017-01-01 13:07:43 +01:00
iso646.h Update copyright years. 2017-01-01 13:07:43 +01:00
limits.h Update copyright years. 2017-01-01 13:07:43 +01:00
locale.h Update copyright years. 2017-01-01 13:07:43 +01:00
math.h PR libstdc++/82644 document IS 29124 support 2017-10-23 12:10:28 +01:00
setjmp.h Update copyright years. 2017-01-01 13:07:43 +01:00
signal.h Update copyright years. 2017-01-01 13:07:43 +01:00
stdarg.h Update copyright years. 2017-01-01 13:07:43 +01:00
stdbool.h Update copyright years. 2017-01-01 13:07:43 +01:00
stddef.h Update copyright years. 2017-01-01 13:07:43 +01:00
stdint.h Update copyright years. 2017-01-01 13:07:43 +01:00
stdio.h Update copyright years. 2017-01-01 13:07:43 +01:00
stdlib.h Update copyright years. 2017-01-01 13:07:43 +01:00
string.h Update copyright years. 2017-01-01 13:07:43 +01:00
tgmath.h Update copyright years. 2017-01-01 13:07:43 +01:00
time.h Update copyright years. 2017-01-01 13:07:43 +01:00
uchar.h Update copyright years. 2017-01-01 13:07:43 +01:00
wchar.h Update copyright years. 2017-01-01 13:07:43 +01:00
wctype.h Update copyright years. 2017-01-01 13:07:43 +01:00