This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r232649 - in /branches/tr29124/libstdc++-v3: Ch...


Author: emsr
Date: Thu Jan 21 02:01:12 2016
New Revision: 232649

URL: https://gcc.gnu.org/viewcvs?rev=232649&root=gcc&view=rev
Log:
2016-01-20  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.


Modified:
    branches/tr29124/libstdc++-v3/ChangeLog
    branches/tr29124/libstdc++-v3/include/c_compatibility/math.h
    branches/tr29124/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc
    branches/tr29124/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]