From owner-freebsd-current@FreeBSD.ORG Thu May 22 10:33:03 2003 Return-Path: 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 68ED537B40E for ; Thu, 22 May 2003 10:33:03 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5B543FAF for ; Thu, 22 May 2003 10:33:02 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4MHWvTY081500; Thu, 22 May 2003 10:32:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4MHWumB081499; Thu, 22 May 2003 10:32:56 -0700 (PDT) Date: Thu, 22 May 2003 10:32:56 -0700 From: "David O'Brien" To: Anti Message-ID: <20030522173256.GA81438@dragon.nuxi.com> References: <200305201025.30296.jlido@goof.com> <200305201512.27174.jlido@goof.com> <20030522011014.GC27806@dragon.nuxi.com> <200305221010.59718.jlido@goof.com> <20030522093623.30915ed0.fearow@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030522093623.30915ed0.fearow@attbi.com> User-Agent: Mutt/1.4i 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 cc: freebsd-current@freebsd.org Subject: Re: gcc/libm floating-point bug? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 17:33:03 -0000 On Thu, May 22, 2003 at 09:36:23AM -0500, Anti wrote: > p4 should expand to "-march=pentium4 -mno-sse2" If we are going to make any change, it should be one we know will deal with the issue once and for all. I also considered submitting a patch like that, but it is too late in the game to figure out if "-march=pentium4 -mno-sse2" would be sufficient in all cases.