X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 10 Oct 2007 20:59:22 -0400 From: "Lev Bishop" To: cygwin AT cygwin DOT com Subject: Re: A problem wit tgamma function Cc: newlib AT sourceware DOT org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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): Even simpler testcase: $ cat t.c && gcc t.c -o t && ./t #include 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/