From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5854 invoked by alias); 25 Jun 2003 12:19:56 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 28302 invoked from network); 25 Jun 2003 11:15:10 -0000 Received: from unknown (HELO localhost.localdomain) (195.113.19.66) by sources.redhat.com with SMTP; 25 Jun 2003 11:15:10 -0000 Received: from sunsite.ms.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id h5PBF9qO031889; Wed, 25 Jun 2003 13:15:09 +0200 Received: (from jakub@localhost) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8/Submit) id h5PBF9Ji031885; Wed, 25 Jun 2003 13:15:09 +0200 Date: Wed, 25 Jun 2003 12:19:00 -0000 From: Jakub Jelinek To: Andreas Jaeger Cc: GNU libc hackers Subject: Re: Fix warnings in testsuite Message-ID: <20030625111509.GE20507@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00049.txt.bz2 On Wed, Jun 25, 2003 at 01:04:37PM +0200, Andreas Jaeger wrote: > --- stdlib/tst-strtod.c 20 Mar 2003 01:06:11 -0000 1.23 > +++ stdlib/tst-strtod.c 25 Jun 2003 10:56:11 -0000 > @@ -153,7 +153,7 @@ main (int argc, char ** argv) > if (strtold (input2, NULL) != +1.000000000116415321826934814453125) Shouldn't this have L suffix as well? ^^ Jakub