From 0be196addae0e464aa32fcccc9d679c2f83f01b4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 2 May 2012 16:33:18 +0200 Subject: Use -frounding-math for math testsuite We should tell GCC that we manipulate the rounding mode and therefore add -frounding-math to these files that call fesetround. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b365571b1..5e4ce0d156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-05-02 Andreas Jaeger + + * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math + since we manipulate rounding mode. + (CPPFLAGS-test-idouble.c): Likewise. + (CPPFLAGS-test-ifloat.c): Likewise. + (CFLAGS-test-ldouble.c): Likewise. + (CFLAGS-test-double.c): Likewise. + (CFLAGS-test-float.c): Likewise. + (CFLAGS-test-misc.c): Likewise. + (CFLAGS-test-test-fenv.c): Likewise. + 2012-05-02 Adhemerval Zanella [BZ #2550] -- cgit v1.2.3