From owner-freebsd-current@FreeBSD.ORG Fri Jun 10 07:16:18 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 AFAAD16A41C for ; Fri, 10 Jun 2005 07:16:18 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD9143D1D for ; Fri, 10 Jun 2005 07:16:18 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id y7so112254rne for ; Fri, 10 Jun 2005 00:16:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; 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=Dxeq/JfM84PvNImKZAIxm9Z0eY7CeZ+fQLzL07wKtWvIBK8KLR2kK78r3p9b6JDE3Y7arlIo8dHHMrDXnmhGsnu4v1EUH5T9BBnH3RVQY9zuvS91BtZ9PDumE2ATdNSvGd+oEXxS4KOvVab5OuJ2mLdKeplMoHlUYJlJXPWKI9w= Received: by 10.38.11.53 with SMTP id 53mr222681rnk; Fri, 10 Jun 2005 00:16:14 -0700 (PDT) Received: by 10.38.209.73 with HTTP; Fri, 10 Jun 2005 00:16:13 -0700 (PDT) Message-ID: <84dead72050610001675a32c19@mail.gmail.com> Date: Fri, 10 Jun 2005 12:46:13 +0530 From: Joseph Koshy To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86oeae3d8f.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050609234619.AD1F67306E@freebsd-current.sentex.ca> <84dead720506091950779d1661@mail.gmail.com> <86oeae3d8f.fsf@xps.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 Reply-To: Joseph Koshy 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:16:18 -0000 > -fno-strict-aliasing is evil. its only function is to hide=20 > bugs. please please please do not use it when testing new code. `make universe' uses it though. In this case, the warning (and consequently the tinderbox error) disappears if you specify *either* of -fno-strict-aliasing or -fstrict-aliasing. Wierd. I don't understand why that particular warning was generated i in the first place, the cast was between two structures with identical layout, differing only in name. Anyhow, its been worked around. --=20 FreeBSD Volunteer, http://people.freebsd.org/~jkoshy