Date: Sun, 9 Dec 2007 20:16:48 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/msun test-lround.c Message-ID: <200712092016.lB9KGmsq099658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2007-12-09 20:16:48 UTC FreeBSD src repository Modified files: tools/regression/lib/msun test-lround.c Log: gcc 4 does some overzealous constant folding, and since it doesn't support FENV_ACCESS, that was causing this test to fail. Use a volatile to avoid the constant folding. Revision Changes Path 1.2 +6 -1 src/tools/regression/lib/msun/test-lround.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712092016.lB9KGmsq099658>