From owner-freebsd-current@FreeBSD.ORG Fri Jun 10 07:03:37 2005 Return-Path: X-Original-To: current@freebsd.org 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 9186116A41F; Fri, 10 Jun 2005 07:03:37 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E4443D58; Fri, 10 Jun 2005 07:03:36 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id ECD8A60F7; Fri, 10 Jun 2005 09:03:28 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id D901B60F5; Fri, 10 Jun 2005 09:03:28 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id BBF9F33C3B; Fri, 10 Jun 2005 09:03:28 +0200 (CEST) To: Joseph Koshy References: <20050609234619.AD1F67306E@freebsd-current.sentex.ca> <84dead720506091950779d1661@mail.gmail.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 10 Jun 2005 09:03:28 +0200 In-Reply-To: <84dead720506091950779d1661@mail.gmail.com> (Joseph Koshy's message of "Fri, 10 Jun 2005 08:20:29 +0530") Message-ID: <86oeae3d8f.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Learn: ham X-Spam-Score: -5.2/5.0 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on tim.des.no Cc: current@freebsd.org, Garance A Drosehn Subject: Re: [current tinderbox] failure on ...all... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 07:03:37 -0000 Joseph Koshy writes: > I suspect that the tinderboxes use a different (stricter) set of > compiler flags than the 'make buildworld' / 'make universe' ones. > Specifically, the regular build uses -fno-strict-aliasing. the tinderbox uses -O2 -pipe. -fno-strict-aliasing is evil. its only function is to hide bugs. please please please do not use it when testing new code. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no