From owner-cvs-all Fri Jun 21 12:19:56 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9BC9937B411; Fri, 21 Jun 2002 12:19:49 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5LJJnP8061055; Fri, 21 Jun 2002 12:19:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5LJJnr7061054; Fri, 21 Jun 2002 12:19:49 -0700 (PDT) Date: Fri, 21 Jun 2002 12:19:49 -0700 From: "David O'Brien" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc toplev.c Message-ID: <20020621121948.C21840@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206211821.g5LILU333022@freefall.freebsd.org> <20020622050504.U5440-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020622050504.U5440-100000@gamplex.bde.org>; from bde@zeta.org.au on Sat, Jun 22, 2002 at 05:15:29AM +1000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 22, 2002 at 05:15:29AM +1000, Bruce Evans wrote: > On Fri, 21 Jun 2002, David E. O'Brien wrote: > > > obrien 2002/06/21 11:21:30 PDT > > > > Modified files: > > contrib/gcc toplev.c > > Log: > > cc -O0 and -O1 didn't do the easy optimization of alignment for space. > > Instead it attempted to do the easy optimization of alignment for time, > > which should be to 1-byte alignment on i386's. > > > > Submitted by: bde > > Urk, I seem to have mangled my N-tuple negatives there. -O0 and -O1 I thought your analasys didn't seem quite right, but I know you spent time on it so I went with your wording. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message