From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29097 invoked by alias); 24 May 2007 08:15:28 -0000 Received: (qmail 29083 invoked by uid 22791); 24 May 2007 08:15:27 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 08:15:25 +0000 Received: by ug-out-1314.google.com with SMTP id 29so437884ugc for ; Thu, 24 May 2007 01:15:22 -0700 (PDT) Received: by 10.66.254.2 with SMTP id b2mr2002511ugi.1179994522446; Thu, 24 May 2007 01:15:22 -0700 (PDT) Received: by 10.67.16.4 with HTTP; Thu, 24 May 2007 01:15:22 -0700 (PDT) Message-ID: <84fc9c000705240115g84900bdgbcbdb1c5ae21b760@mail.gmail.com> Date: Thu, 24 May 2007 10:16:00 -0000 From: "Richard Guenther" To: "Kaveh R. GHAZI" Subject: Re: [PATCH]: PR middle-end/30250, use MPFR for lgamma_r/gamma_r Cc: gcc-patches@gcc.gnu.org, Joe.Buck@synopsys.com, "Janis Johnson" In-Reply-To: <84fc9c000705240111t86aedf6r40023d76a1c8a0c5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <84fc9c000705170315g15b30422ga7884f0779c17003@mail.gmail.com> <84fc9c000705231453n6a9eb602u6902032267cb386a@mail.gmail.com> <84fc9c000705240111t86aedf6r40023d76a1c8a0c5@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg01602.txt.bz2 On 5/24/07, Richard Guenther wrote: > On 5/24/07, Kaveh R. GHAZI wrote: > > On Wed, 23 May 2007, Richard Guenther wrote: > > > > > This: > > > > > > /* Expect failures at least until mpfr-2.3.0 is released. */ > > > /* { dg-xfail-if "mpfr-2.3.0" { *-*-* } } */ > > > > > > doesn't work. Or did you forget a testsuite/lib patch? > > > Richard. > > > > There was no testsuite patch involved, dg-xfail-if should work just fine. > > Can you provide some more info as to what exactly doesn't work? Here are > > some 4.3.0 testresults posted for the trunk dated 20070523 on various > > platforms. None of them show builtin-math-4.c failing: > > > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01156.html > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01155.html > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01153.html > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01151.html > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01143.html > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01132.html > > > > Ah! I found one from Joe Buck that doesn't pickup the xfail: > > http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01149.html > > > > But I can't explain why. Maybe he's using an outdated version of dejagnu? > > Hm, I don't know how this dg-xfail-if is supposed to work - where does it > get the mpfr-2.3.0 thing from? I'm using the (outdated, but the docs > only list 1.4.4 as requirement) dejagnu 1.4.3 and mpfr 2.2.0. Updating to dejagnu 1.4.4 fixed it. Luckily that still works with old tcl ;) Richard.