From owner-freebsd-current@FreeBSD.ORG Fri Aug 6 06:59:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781B116A4CE; Fri, 6 Aug 2004 06:59:56 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-119-143.dsl.pltn13.pacbell.net [69.107.119.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB9A43D4C; Fri, 6 Aug 2004 06:59:56 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i7670JGO016683; Fri, 6 Aug 2004 00:00:19 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i7670Ijm016682; Fri, 6 Aug 2004 00:00:18 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 6 Aug 2004 00:00:18 -0700 From: David Schultz To: "Dag-Erling =?us-ascii:iso-8859-1?Q?Sm=F8rgrav?=" Message-ID: <20040806070018.GA16530@VARK.homeunix.com> Mail-Followup-To: "Dag-Erling =?us-ascii:iso-8859-1?Q?Sm=F8rgrav?=" , Dan Nelson , freebsd-current@FreeBSD.ORG, Scott Long , Paul Seniura References: <20040729144205.6ABEF5CA2@techpc04.okladot.state.ok.us> <20040729164738.523C85CA2@techpc04.okladot.state.ok.us> <20040729174420.GA9911@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: Scott Long cc: freebsd-current@FreeBSD.ORG cc: Dan Nelson cc: Paul Seniura Subject: Re: about the gcc 3.4.x problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 06 Aug 2004 06:59:56 -0000 On Fri, Jul 30, 2004, Dag-Erling Smrgrav wrote: > Dan Nelson writes: > > And that's not a problem. There there are just X thousand lines of code in > > /usr/src that have never been tested with -Os. That's the only reason that > > -Os and -O2 are not "officially" supported. > > Not true, -O2 is supported. > > > I have built worlds using -O2 > > with absolutely no problems for a few years. > > I doubt it - until earlier this year, the world wouldn't even build > with -O2. It has built for quite a while with -DNO_WERROR.