From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15136 invoked by alias); 24 May 2007 16:33:40 -0000 Received: (qmail 15124 invoked by uid 22791); 24 May 2007 16:33:37 -0000 X-Spam-Check-By: sourceware.org Received: from us02smtp1.synopsys.com (HELO vaxjo.synopsys.com) (198.182.60.75) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 16:33:34 +0000 Received: from maiden.synopsys.com (maiden.synopsys.com [146.225.100.170]) by vaxjo.synopsys.com (Postfix) with ESMTP id 77477DF17; Thu, 24 May 2007 09:33:32 -0700 (PDT) Received: from piper.synopsys.com (localhost [127.0.0.1]) by maiden.synopsys.com (8.9.1/8.9.1) with ESMTP id JAA25232; Thu, 24 May 2007 09:33:32 -0700 (PDT) Received: from piper.synopsys.com (localhost [127.0.0.1]) by piper.synopsys.com (8.12.11/8.12.3) with ESMTP id l4OGXVAm009448; Thu, 24 May 2007 09:33:31 -0700 Received: (from jbuck@localhost) by piper.synopsys.com (8.12.11/8.12.11/Submit) id l4OGXVol009446; Thu, 24 May 2007 09:33:31 -0700 Date: Thu, 24 May 2007 16:46:00 -0000 From: Joe Buck To: Richard Guenther Cc: "Kaveh R. GHAZI" , gcc-patches@gcc.gnu.org, Janis Johnson Subject: Re: [PATCH]: PR middle-end/30250, use MPFR for lgamma_r/gamma_r Message-ID: <20070524163331.GK12027@synopsys.com> References: <84fc9c000705170315g15b30422ga7884f0779c17003@mail.gmail.com> <84fc9c000705231453n6a9eb602u6902032267cb386a@mail.gmail.com> <84fc9c000705240111t86aedf6r40023d76a1c8a0c5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84fc9c000705240111t86aedf6r40023d76a1c8a0c5@mail.gmail.com> User-Agent: Mutt/1.4.1i 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/msg01626.txt.bz2 On Thu, May 24, 2007 at 10:11:58AM +0200, 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? I do have a fairly old version; I'll see about replacing it with something newer.