From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19818 invoked by alias); 24 May 2007 16:46:55 -0000 Received: (qmail 19806 invoked by uid 22791); 24 May 2007 16:46:53 -0000 X-Spam-Check-By: sourceware.org Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 16:46:51 +0000 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l4OGknOc012283 for ; Thu, 24 May 2007 12:46:49 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l4OGkltq261618 for ; Thu, 24 May 2007 10:46:49 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l4OGkkEh012653 for ; Thu, 24 May 2007 10:46:47 -0600 Received: from dyn9047018100.beaverton.ibm.com (dyn9047018100.beaverton.ibm.com [9.47.18.100]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l4OGkjQe012588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 May 2007 10:46:46 -0600 Received: from dyn9047018100.beaverton.ibm.com (localhost.localdomain [127.0.0.1]) by dyn9047018100.beaverton.ibm.com (8.12.8/8.12.8) with ESMTP id l4OGkjKC004311; Thu, 24 May 2007 09:46:45 -0700 Received: (from janis@localhost) by dyn9047018100.beaverton.ibm.com (8.12.8/8.12.8/Submit) id l4OGki3Z004309; Thu, 24 May 2007 09:46:44 -0700 Date: Thu, 24 May 2007 16:59:00 -0000 From: Janis Johnson To: Richard Guenther Cc: "Kaveh R. GHAZI" , gcc-patches@gcc.gnu.org, Joe.Buck@synopsys.com, Janis Johnson Subject: Re: [PATCH]: PR middle-end/30250, use MPFR for lgamma_r/gamma_r Message-ID: <20070524164644.GA4287@us.ibm.com> References: <84fc9c000705170315g15b30422ga7884f0779c17003@mail.gmail.com> <84fc9c000705231453n6a9eb602u6902032267cb386a@mail.gmail.com> <84fc9c000705240111t86aedf6r40023d76a1c8a0c5@mail.gmail.com> <84fc9c000705240115g84900bdgbcbdb1c5ae21b760@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84fc9c000705240115g84900bdgbcbdb1c5ae21b760@mail.gmail.com> User-Agent: Mutt/1.4.1i 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/msg01627.txt.bz2 On Thu, May 24, 2007 at 10:15:22AM +0200, Richard Guenther wrote: > 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? This should be: /* { dg-xfail-if "mpfr-2.3.0" { *-*-* } { "*" } { "" } } */ The "mpfr-2.3.0" is a comment. The lists of included and excluded options are not optional; I'm surprised it works. > Updating to dejagnu 1.4.4 fixed it. Luckily that still works with old tcl > ;) Magic. Janis