2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>
commit68749e2c992a5924e73ac8462fc5d32278aeeecd
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2016 23:17:10 +0000 (22 23:17 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2016 23:17:10 +0000 (22 23:17 +0000)
tree565bcd4a656f7fa733897501a8c2f783b1f353c6
parent51aec6818d50b51bc48709c1ae7c637d127fc6a4
2016-01-22  Edward Smith-Rowland  <3dw4rd@verizon.net>

TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.
* include/c_compatibility/math.h: Import the TR29124 functions
into the global namespace.
* testsuite/special_functions/01_assoc_laguerre/compile_2.cc: Remove
xfail and make compile-only.
* testsuite/special_functions/02_assoc_legendre/compile_2.cc: Ditto.
* testsuite/special_functions/03_beta/compile_2.cc: Ditto.
* testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Ditto.
* testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Ditto.
* testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Ditto.
* testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Ditto.
* testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Ditto.
* testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Ditto.
* testsuite/special_functions/10_cyl_neumann/compile_2.cc: Ditto.
* testsuite/special_functions/11_ellint_1/compile_2.cc: Ditto.
* testsuite/special_functions/12_ellint_2/compile_2.cc: Ditto.
* testsuite/special_functions/13_ellint_3/compile_2.cc: Ditto.
* testsuite/special_functions/14_expint/compile_2.cc: Ditto.
* testsuite/special_functions/15_hermite/compile_2.cc: Ditto.
* testsuite/special_functions/16_laguerre/compile_2.cc: Ditto.
* testsuite/special_functions/17_legendre/compile_2.cc: Ditto.
* testsuite/special_functions/18_riemann_zeta/compile_2.cc: Ditto.
* testsuite/special_functions/19_sph_bessel/compile_2.cc: Ditto.
* testsuite/special_functions/20_sph_legendre/compile_2.cc: Ditto.
* testsuite/special_functions/21_sph_neumann/compile_2.cc: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232755 138bc75d-0d04-0410-961f-82ee72b054a4
23 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_compatibility/math.h
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc
libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc
libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc
libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc
libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc