Commit 786a4356 by Steven G. Kargl Committed by Jerry DeLisle

re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90)

2007-11-29  Steven G. Kargl  <kargls@comcast.net>

	PR libfortran/33583
	* libgfortran/gfortran.map: Add tgammaf, tgamma, lgamma, and lgammaf.
	* gfortran.dg/gamma_5.f90: Remove xfail.

From-SVN: r130531
parent a84b9ee8
2007-11-29 Steven G. Kargl <kargls@comcast.net>
PR libfortran/33583
* libgfortran/gfortran.map: Add tgammaf, tgamma, lgamma, and lgammaf.
* gfortran.dg/gamma_5.f90: Remove xfail.
2007-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/33583 PR libfortran/33583
......
...@@ -1136,6 +1136,8 @@ GFORTRAN_C99_1.0 { ...@@ -1136,6 +1136,8 @@ GFORTRAN_C99_1.0 {
j0f; j0f;
j1f; j1f;
jnf; jnf;
lgamma;
lgammaf;
log10f; log10f;
log10l; log10l;
logf; logf;
...@@ -1150,6 +1152,8 @@ GFORTRAN_C99_1.0 { ...@@ -1150,6 +1152,8 @@ GFORTRAN_C99_1.0 {
sqrtf; sqrtf;
tanf; tanf;
tanhf; tanhf;
tgamma;
tgammaf;
trunc; trunc;
truncf; truncf;
y0f; y0f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment