From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 20:22:18 2014 Return-Path: Delivered-To: freebsd-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 AE45AD92; Wed, 2 Apr 2014 20:22:18 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 854298AC; Wed, 2 Apr 2014 20:22:18 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.8/8.14.8) with ESMTP id s32KLwsA037875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 2 Apr 2014 13:21:58 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.8/8.14.8/Submit) id s32KLwVs037874; Wed, 2 Apr 2014 13:21:58 -0700 (PDT) (envelope-from sgk) Date: Wed, 2 Apr 2014 13:21:58 -0700 From: Steve Kargl To: David Chisnall Subject: Re: gcc compilation broken with SVN r264042 Message-ID: <20140402202158.GA37846@troutmask.apl.washington.edu> References: <533C61B8.7060809@protected-networks.net> <509CAA08-8F00-4ED8-81FF-A51F1ECDC15C@FreeBSD.org> <533C6ABE.2000801@protected-networks.net> <307BA2CF-E02A-4D82-B9E5-23AECAEA89DC@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <307BA2CF-E02A-4D82-B9E5-23AECAEA89DC@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Michael Butler , 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: Wed, 02 Apr 2014 20:22:18 -0000 On Wed, Apr 02, 2014 at 08:58:21PM +0100, David Chisnall wrote: > > Well, I wouldn't object to that, but it would be good to fix this - we > still want to be able to build the base system with gcc (or another > compiler), even if we don't encourage it... Who is "we" in "even if we don't encourage it..."? In fact, this is a fairly dumb idea, and *we* should encourage building the base system with as many different compilers as possible. It's called portability and allows one to find bugs that the annointed compiler might miss or actually cause. -- Steve