Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 01:40:18 -0700 (PDT)
From:      Dofri Jonsson <imp@hell.is>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/45576: port lcms fails test after build on current
Message-ID:  <200304110840.h3B8eIJS083639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/45576; it has been noted by GNATS.

From: Dofri Jonsson <imp@hell.is>
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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304110840.h3B8eIJS083639>