From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 31 22:10:31 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A91416A41F for ; Wed, 31 Aug 2005 22:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD7343D46 for ; Wed, 31 Aug 2005 22:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7VMAUec012339 for ; Wed, 31 Aug 2005 22:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7VMAUSW012338; Wed, 31 Aug 2005 22:10:30 GMT (envelope-from gnats) Resent-Date: Wed, 31 Aug 2005 22:10:30 GMT Resent-Message-Id: <200508312210.j7VMAUSW012338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Boris B. Samorodov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1034716A41F for ; Wed, 31 Aug 2005 22:04:07 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B6243D45 for ; Wed, 31 Aug 2005 22:04:06 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (localhost [127.0.0.1]) by mi.ipt.ru (8.13.4/8.13.3) with ESMTP id j7VM536c090973 for ; Thu, 1 Sep 2005 02:05:03 +0400 (MSD) (envelope-from bsam@mi.ipt.ru) Received: (from bsam@localhost) by mi.ipt.ru (8.13.4/8.13.3/Submit) id j7VM53Nl090972; Thu, 1 Sep 2005 02:05:03 +0400 (MSD) (envelope-from bsam) Message-Id: <200508312205.j7VM53Nl090972@mi.ipt.ru> Date: Thu, 1 Sep 2005 02:05:03 +0400 (MSD) From: "Boris B. Samorodov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: conf/85548: share/examples/etc/make.conf: delete -O2 warnings for 6.0-BETA3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Boris B. Samorodov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 22:10:31 -0000 >Number: 85548 >Category: conf >Synopsis: share/examples/etc/make.conf: delete -O2 warnings for 6.0-BETA3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 31 22:10:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-BETA3 i386 >Organization: InPharmTech, Co. >Environment: System: FreeBSD mi.ipt.ru 6.0-BETA3 FreeBSD 6.0-BETA3 #2: Wed Aug 31 14:05:40 MSD 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386 >Description: As FreeBSD 6.0-BETA3 builds/installs/runs kernel/world safely with -O2 options, warnings should be removed. For 5.x it was done long ago. >How-To-Repeat: >Fix: --- patch-make.conf begins here --- --- make.conf.orig Thu Sep 1 01:54:21 2005 +++ make.conf Thu Sep 1 01:57:25 2005 @@ -49,8 +49,6 @@ # or supported for compiling the world or the kernel - please revert any # nonstandard optimization settings to "-O" before submitting bug reports # without patches to the developers. -# Note also that at this time the -O2 setting is known to expose bugs in -# libalias(3), and possibly other parts of the system. # #CFLAGS= -O -pipe # @@ -84,12 +82,6 @@ # so can cause problems. # #COPTFLAGS= -O -pipe -# -# To build the system compiler such that it forces high optimization levels to -# a lower one. GCC -O2+ is known to trigger known optimizer bugs at various -# times -- this is worse on the Alpha platform. The value assigned here will -# be the highest optimization value used. -#WANT_FORCE_OPTIMIZATION_DOWNGRADE=1 # # Compare before install #INSTALL=install -C --- patch-make.conf ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: