]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 16 Nov 2007 22:31:28 +0000 (22:31 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 16 Nov 2007 22:31:28 +0000 (22:31 +0000)
commitfb0a0e15917ce9b5b28ef8b0f250cbfc1a807d59
tree4888b0b0ef26e89b144de8f9e6446cfb15809d97
parent4a58b9ad36aca0dfe198d8e18c9bdb38eddb4a8c
re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90)

PR libfortran/33583
PR libfortran/33698

* intrinsics/c99_functions.c (tgamma, tgammaf, lgamma, lgammaf):
New fallback functions.
* c99_protos.h (tgamma, tgammaf, lgamma, lgammaf): New prototypes.
* configure.ac: Add checks for tgamma, tgammaf, tgammal, lgamma,
lgammaf and lgammal.
* config.h.in: Regenerate.
* configure: Regenerate.

From-SVN: r130245
libgfortran/ChangeLog
libgfortran/c99_protos.h
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/intrinsics/c99_functions.c