From owner-freebsd-stable@FreeBSD.ORG Fri Apr 11 21:27:48 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F611065674 for ; Fri, 11 Apr 2008 21:27:48 +0000 (UTC) (envelope-from wilbury@gmail.com) Received: from mailhub.ltc.sk (mailhub.ltc.sk [81.89.56.20]) by mx1.freebsd.org (Postfix) with ESMTP id AACEC8FC18 for ; Fri, 11 Apr 2008 21:27:48 +0000 (UTC) (envelope-from wilbury@gmail.com) Received: from [127.0.0.1] (remedy.wilbury.sk [217.73.27.10]) by mailhub.ltc.sk (Postfix) with ESMTP id EB163173FCD; Fri, 11 Apr 2008 23:27:46 +0200 (CEST) Message-ID: <47FFD7D4.5010007@gmail.com> Date: Fri, 11 Apr 2008 23:27:48 +0200 From: Juraj Lutter User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: pluknet References: <47FFC509.5050502@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, Juraj Lutter Subject: Re: buildkernel problem with RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 21:27:49 -0000 pluknet wrote: > Are you using modified CFLAGS in make.conf ? > I see -Os in your build and I could reproduce it with -Os. > It's FAQ that -Os flag is not recommended. > Try with default optimization flags, please. > > With empty src.conf it works, but anyway, it used to work even with -Os before. On the other hand, aren't those uninitialized variables potentionally a "bug"? otis