This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: A problem wit tgamma function
- From: "Lev Bishop" <lev dot bishop at gmail dot com>
- To: cygwin at cygwin dot com
- Cc: newlib at sourceware dot org
- Date: Wed, 10 Oct 2007 20:59:22 -0400
- Subject: Re: A problem wit tgamma function
- References: <Pine.CYG.4.58.0710102322420.3668@homepc>
On 10/10/07, Angelo Graziosi wrote to the cygwin mailing list:
>
> For the sake of completeness I want to flag this.
>
> A recent failure of GFortran tests, regarding the usage of GAMMA
> functions, results in the following problem with 'tgamma' on Cygwin
> (gcc-3.4.4-3):
<SNIP simple testcase>
Even simpler testcase:
$ cat t.c && gcc t.c -o t && ./t
#include <math.h>
int main() {tgammaf(1.);}
Segmentation fault (core dumped)
I believe this is fixed in newlib CVS.
See: http://sourceware.org/ml/newlib/2007/msg00912.html
Lev