From owner-cvs-src@FreeBSD.ORG Sun Jul 3 01:26:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6644216B1D7; Sun, 3 Jul 2005 01:01:19 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48DCF451AF; Sun, 3 Jul 2005 00:49:43 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 862636E95E; Sat, 2 Jul 2005 17:40:25 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id E561B5CA72 for ; Sun, 24 Oct 2004 23:44:44 -0700 (PDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id CDA7356567 for ; Mon, 25 Oct 2004 06:44:44 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id B0DF716A4DA; Mon, 25 Oct 2004 06:44:40 +0000 (GMT) Delivered-To: ps@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 7252916A4D0; Mon, 25 Oct 2004 06:44:37 +0000 (GMT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6442816A4CE; Mon, 25 Oct 2004 06:44:36 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C9CB43D1D; Mon, 25 Oct 2004 06:44:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9P6iIGM086720; Sun, 24 Oct 2004 23:44:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9P6iHiQ086719; Sun, 24 Oct 2004 23:44:17 -0700 (PDT) (envelope-from obrien) From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20041025064416.GA84768@dragon.nuxi.com> References: <200410191807.i9JI7QUE085061@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.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-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on elvis.mu.org X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Level: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libsmb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 01:26:15 -0000 X-Original-Date: Sun, 24 Oct 2004 23:44:16 -0700 X-List-Received-Date: Sun, 03 Jul 2005 01:26:15 -0000 On Sun, Oct 24, 2004 at 12:29:53PM +0200, Dag-Erling Sm?rgrav wrote: > "David E. O'Brien" writes: > > Log: > > libsmb is now WARNS 2 clean on 64-bit platforms. > > Not at -O2. Please revert this, or fix the aliasing violations. You know there is a reason that were we do officially support -O2 optimization (our 64-bit kernels); we add "-fno-strict-aliasing". Why is it you don't use this on the tenderboxes also? -- -- David (obrien@FreeBSD.org)