forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2016-01-22 Edward Smith-Rowland <[email protected]>
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
- Loading branch information
emsr
committed
Jan 22, 2016
1 parent
51aec68
commit 68749e2
Showing
23 changed files
with
119 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
2016-01-22 Edward Smith-Rowland <[email protected]> | ||
|
||
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. | ||
|
||
2016-01-22 Jonathan Wakely <[email protected]> | ||
|
||
PR libstdc++/69116 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters