From owner-freebsd-current@FreeBSD.ORG Mon Jun 3 18:15:26 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39EDC1F1 for ; Mon, 3 Jun 2013 18:15:26 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 03D601DFB for ; Mon, 3 Jun 2013 18:15:25 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r53IFPTt089482; Mon, 3 Jun 2013 11:15:25 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r53IFPmg089481; Mon, 3 Jun 2013 11:15:25 -0700 (PDT) (envelope-from sgk) Date: Mon, 3 Jun 2013 11:15:25 -0700 From: Steve Kargl To: "O. Hartmann" Subject: Re: Revision: 251326: Compiling fails in /usr/src/lib/msun/ld80: s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4; Message-ID: <20130603181525.GA88945@troutmask.apl.washington.edu> References: <20130603195939.178f463b@thor.walstatt.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130603195939.178f463b@thor.walstatt.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 18:15:26 -0000 On Mon, Jun 03, 2013 at 07:59:39PM +0200, O. Hartmann wrote: > Compiling most recent world doesn't proceed and fails with the > following error: > > /usr/src/lib/msun/ld80/s_expl.c:288:12: error: use of > undeclared identifier 'P5' t45 = r * P5 + P4; > I'm in the middle of committing several changes to s_expl.c try again in few minutes. -- Steve