This is the mail archive of the cygwin mailing list for the Cygwin 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]

Re: A problem wit tgamma function


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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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