From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 22:04:52 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0593C16A420 for ; Wed, 31 Oct 2007 22:04:52 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id A1F6C13C4BF for ; Wed, 31 Oct 2007 22:04:51 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so580203pyb for ; Wed, 31 Oct 2007 15:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bfoZo6QD1aUU7OOaG5j9aHQD1TtBZyP97S8vUsDZmGg=; b=CVddnkINtRx6EH0isD7OxmLyicCpEXdBMeHQhLF2Fs9bQxoGTfvhKNTpVJ5hjGhYyFbfoSGJjj+kP3cYt6+6yVbU/7+bSVv0/wSnGZlhZgzntWlJYP0Tez5AwYO7I5VEhcHu98YVIobNyOvmLWXU5FH0IoxBN3wSOsJ7lcrvTCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pPSWKbsTAukc/2QZklXeRAd14R5LR2ZLeRcQHkwJCgR9+krSHSm+UlX+56HRhyfZ8qsB6vx5WvDIRCSkEjeKPBFSDTSQgrivcQyZWXBSZL1/nejVsGqyLbuub+vpVqmVbpEVKD7aYQhH4ZD/6d2iq87+daIjs/qpiC4ZwK9708U= Received: by 10.35.44.16 with SMTP id w16mr10655615pyj.1193866537332; Wed, 31 Oct 2007 14:35:37 -0700 (PDT) Received: by 10.35.110.17 with HTTP; Wed, 31 Oct 2007 14:35:37 -0700 (PDT) Message-ID: <8cb6106e0710311435q3e316599ye259f63679855f72@mail.gmail.com> Date: Wed, 31 Oct 2007 17:35:37 -0400 From: "Josh Carroll" To: "Kris Kennaway" In-Reply-To: <4728F43A.1030500@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25f52a3d0710300732x425f0c45vde1a29361096c018@mail.gmail.com> <47284E4F.5030008@FreeBSD.org> <25f52a3d0710310303w7138bf5ds92698f1b6af2f655@mail.gmail.com> <4728F43A.1030500@FreeBSD.org> Cc: freebsd-current@freebsd.org, "Stephan F. Yaraghchi" Subject: Re: loader breaks with -O2 optimizations X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 22:04:52 -0000 > Presumably you mean -O2 -funroll-loops, not -O2. Or are you saying the > latter also breaks the loader? Just -O2 broke it for me in RELENG_7, for the reason I said before (-O2 later in the gcc command line supersedes the -Os from the loader Makefile). Thanks, Josh