From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 11 01:40:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1210637B405 for ; Fri, 11 Apr 2003 01:40:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EDF43F93 for ; Fri, 11 Apr 2003 01:40:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3B8eIUp083641 for ; Fri, 11 Apr 2003 01:40:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3B8eIJS083639; Fri, 11 Apr 2003 01:40:18 -0700 (PDT) Date: Fri, 11 Apr 2003 01:40:18 -0700 (PDT) Message-Id: <200304110840.h3B8eIJS083639@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dofri Jonsson Subject: Re: ports/45576: port lcms fails test after build on current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dofri Jonsson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 08:40:20 -0000 The following reply was made to PR ports/45576; it has been noted by GNATS. From: Dofri Jonsson To: freebsd-gnats-submit@FreeBSD.org, leafy@leafy.idv.tw Cc: Subject: Re: ports/45576: port lcms fails test after build on current Date: Fri, 11 Apr 2003 08:33:37 +0000 Actually, this is a bug in gcc that miscompiles some floating point calculations with -march=pentium4. Specifically, libm (msun) is miscompiled, causing the tests in lcms to fail. Recompile world with -march=pentium3 or less, or CFLAGS=-mno-sse2 for a workaround. I have verified this in both gcc 3.2.1 and gcc 3.2.2. See PR bin/43299: march=pentium4 miscompiles msun/src/e_pow.c for more details.