From owner-cvs-all@FreeBSD.ORG Wed Apr 2 05:18:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2491737B401; Wed, 2 Apr 2003 05:18:46 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE9B443F93; Wed, 2 Apr 2003 05:18:44 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h32DIbA7046147; Wed, 2 Apr 2003 06:18:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 02 Apr 2003 06:17:53 -0700 (MST) Message-Id: <20030402.061753.107142832.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20030402154250.X25489@gamplex.bde.org> References: <20030401172440.701aaafd.Alexander@Leidinger.net> <20030401200457.GA30284@cirb503493.alcatel.com.au> <20030402154250.X25489@gamplex.bde.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Alexander@Leidinger.net Subject: Re: cvs commit: src/sys/ia64/include float.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 13:18:46 -0000 In message: <20030402154250.X25489@gamplex.bde.org> Bruce Evans writes: : This might be caused by icc actually understanding the target's default : precision for long doubles (FreeBSD changes the hardware default of 64-bit : to 53-bit for technical reasons). Yes. That change in precision is bogus, imho. gcc is buggy, and should be fixed, not the kernel. Warner