From owner-freebsd-current Wed Aug 14 16: 7:38 2002 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 8CA6037B400 for ; Wed, 14 Aug 2002 16:07:36 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C3843E6E for ; Wed, 14 Aug 2002 16:07:35 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 9FFA424D1C for ; Thu, 15 Aug 2002 08:07:34 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 9871C24D32 for ; Thu, 15 Aug 2002 08:07:30 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id BAFBE1E46E4 for ; Thu, 15 Aug 2002 08:07:29 +0900 (JST) Date: Thu, 15 Aug 2002 08:07:29 +0900 Message-ID: <7m7kitox8u.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: freebsd-current@freebsd.org Subject: Re: CFLAGS=-O and WARN=5 In-Reply-To: <20020814132027.C56368@rfc-networks.ie> References: <7md6slpxr1.wl@black.imgsrc.co.jp> User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 14 Aug 2002 12:19:52 +0000 (UTC), Philip Reynolds wrote: > The problem here, as is fairly self-evident is that you cannot > compile with -Wuninitialized without a -O flag because it produces > warnings that can only be seen through optomisation (it's got to do > with automatic variables, see gcc(1) for details). Yeah, I know why gcc complains about this. :-) What I want to know is, our buildworld does not been supported without -O or not. -- Jun Kuriyama // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message