From owner-freebsd-current@FreeBSD.ORG Sat Jan 18 00:17:49 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F46C17D; Sat, 18 Jan 2014 00:17:49 +0000 (UTC) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id C2D9718DA; Sat, 18 Jan 2014 00:17:48 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 9F94C7300A; Sat, 18 Jan 2014 01:20:08 +0100 (CET) Date: Sat, 18 Jan 2014 01:20:08 +0100 From: Luigi Rizzo To: Pedro Giffuni Subject: Re: svn 260311 breaks gcc builds on releng9 ? Message-ID: <20140118002008.GD65810@onelab2.iet.unipi.it> References: <20140117201802.GB62555@onelab2.iet.unipi.it> <52D99783.9020909@FreeBSD.org> <52D9A006.70106@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52D9A006.70106@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 00:17:49 -0000 On Fri, Jan 17, 2014 at 04:26:30PM -0500, Pedro Giffuni wrote: > On 17.01.2014 16:07, Luigi Rizzo wrote: ... > The Apple change was incomplete so I guess the compiler in head is not > being strict enough. I removed the dead code and rebuilt. > Should be fixed as r260831. > > Thank you for the report! thank you for the quick fix. cheers luigi