gcc/libstdc++-v3/include/c_std
Loren J. Rittle b39d035918 std_cmath.h (__gnu_cx::__c99_binding): New namespace.
libstdc++/7680
	* include/c_std/std_cmath.h (__gnu_cx::__c99_binding): New namespace.
	Populate it with multiple legal ways to obtain the C99 float
	transcendentals.  Use them instead of direct global reference.
	(C99 FP capture): Guard usage with _GLIBCPP_USE_C99_FP_MACROS_DYNAMIC.
	* docs/html/17_intro/porting.texi
	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
	(_GLIBCPP_USE_C99_FP_MACROS_DYNAMIC): New macro.
	* config/os/bsd/freebsd/os_defines.h
	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
	* testsuite/26_numerics/c_math_dynamic.cc: New file.

From-SVN: r65624
2003-04-15 07:27:55 +00:00
..
cmath.tcc Makefile.am (std_headers): Remove cXXX from list. 2002-01-04 21:27:36 +00:00
std_cassert.h acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit directly. 2002-03-23 03:19:03 +00:00
std_cctype.h re PR libstdc++/6501 (ctype_noninline.h:45: `__SB_masks' undeclared) 2002-04-30 19:50:29 +00:00
std_cerrno.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cfloat.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_ciso646.h acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit directly. 2002-03-23 03:19:03 +00:00
std_climits.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_clocale.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cmath.h std_cmath.h (__gnu_cx::__c99_binding): New namespace. 2003-04-15 07:27:55 +00:00
std_csetjmp.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_csignal.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cstdarg.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cstddef.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cstdio.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cstdlib.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cstring.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_ctime.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cwchar.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00
std_cwctype.h c/: Guard with _CPP_. 2002-03-27 04:29:32 +00:00