From owner-freebsd-current@FreeBSD.ORG Sat Nov 6 00:15:09 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 90B1E16A4CE for ; Sat, 6 Nov 2004 00:15:09 +0000 (GMT) Received: from smtp001.bizmail.yahoo.com (smtp001.bizmail.yahoo.com [216.136.172.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 554D643D41 for ; Sat, 6 Nov 2004 00:15:09 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.208.193 with login) by smtp001.bizmail.yahoo.com with SMTP; 6 Nov 2004 00:15:09 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id E9CEE62BA; Fri, 5 Nov 2004 18:15:07 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 96452-04-2; Fri, 5 Nov 2004 18:15:05 -0600 (CST) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 64744616C; Fri, 5 Nov 2004 18:15:05 -0600 (CST) Received: from 69.53.57.66 (SquirrelMail authenticated user noackjr); by www.noacks.org with HTTP; Fri, 5 Nov 2004 18:15:05 -0600 (CST) Message-ID: <35309.69.53.57.66.1099700105.squirrel@69.53.57.66> In-Reply-To: References: <20041102222000.GA65845@xor.obsecurity.org> <639522fe041103144732ea6683@mail.gmail.com> <1099522198.59328.4.camel@blueheron.ahze.net> <200411050919.09547.freebsd.nospam@mekanix.dk> <20041105215220.GA32961@xor.obsecurity.org> <7CBFDBE9-2F75-11D9-8D06-000A958C81C6@ahze.net> <20041105221020.GA39140@xor.obsecurity.org> Date: Fri, 5 Nov 2004 18:15:05 -0600 (CST) From: "Jon Noack" To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at noacks.org cc: current@freebsd.org cc: Kris Kennaway Subject: Re: HEADS UP: Ports are not ready for CFLAGS=-O2 in 6.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 00:15:09 -0000 Dag-Erling Smørgrav wrote: > Kris Kennaway writes: >> On Fri, Nov 05, 2004 at 04:56:03PM -0500, Michael Johnson wrote: >>> Is there a list of what's broke with -O2 in ports anywhere? >> >> Some of the bugs are probably silent. For example, different versions >> of gcc sometimes have bugs at higher optimization levels or with >> certain CPUTYPE values. > > As far as we know, that is not the case for FreeBSD 5.3 and 6.0. Not a port issue, but did you see the "CPUTYPE?=athlon-xp breaks loader" thread? Another person mentioned a similar issue with a Pentium M. So not *all* is well in the base system... That said, it only happened to me on my AMD system and all the Intel boxes I administer are fine with -O2 and CPUTYPE. Jon