From owner-freebsd-current Tue Feb 11 14:12:14 2003 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 C087A37B401 for ; Tue, 11 Feb 2003 14:12:12 -0800 (PST) Received: from hellraiser.andersa.net (as1-3-8.ml.g.bonet.se [217.215.159.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD2E143F93 for ; Tue, 11 Feb 2003 14:12:10 -0800 (PST) (envelope-from anders@hellraiser.andersa.net) Received: from hellraiser.andersa.net (localhost [127.0.0.1]) by hellraiser.andersa.net (8.12.7/8.12.7) with ESMTP id h1BMBoJE008888; Tue, 11 Feb 2003 23:11:50 +0100 (CET) (envelope-from anders@hellraiser.andersa.net) Received: (from anders@localhost) by hellraiser.andersa.net (8.12.7/8.12.7/Submit) id h1BMBdV6008886; Tue, 11 Feb 2003 23:11:39 +0100 (CET) Date: Tue, 11 Feb 2003 23:11:39 +0100 From: Anders Andersson To: leafy Cc: freebsd-current@freebsd.org Subject: Re: GCC 3.2.2 import -- questions Message-ID: <20030211221139.GA8670@hellraiser.andersa.net> References: <20030210204245.E86987@volatile.chemikals.org> <20030211021458.GA18597@leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030211021458.GA18597@leafy.idv.tw> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Feb 11, 2003 at 10:14:58AM +0800, leafy wrote: > lcms post-build tests now finishes correctly with pentium4 optimizations. > And I have world with the p4 optimization with no ill-effact so far. No, it still fails. This is on a new world built with CPUTYPE?=p4 and then: 'portupgrade -f lcms' [snip] ranlib liblcms.a cd /usr/ports/graphics/lcms/work/lcms-1.09/src/../testbed && /usr/bin/env CFLAGS="-O -pipe -march=pentium4 -I../include" make -E CFLAGS test cc -O -pipe -march=pentium4 -I../include -c testcms.c cc -O -pipe -march=pentium4 -I../include testcms.o ../src/liblcms.a -o testcms - lm ./testcms little cms testbed. Ver 1.09 [build Feb 11 2003 23:06:14] Testing fixed point: 2.8848960205 = 2.8848 0.437499269828536 = 0.4374 Testing fixed scaling...pass. Testing curves join ...failed! *** Error code 1 Stop in /usr/ports/graphics/lcms/work/lcms-1.09/testbed. *** Error code 1 So, the lcms port still fails with CPUTYPE=p4 and there seems to be other issues still with CPUTYPE=p4 / SSE optimizations. Anders -- Anders Andersson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message