From: Richard Henderson Date: Fri, 1 Jun 2012 17:46:08 +0000 (-0700) Subject: alpha: Use -mieee-with-inexact with math/test-misc X-Git-Tag: glibc-2.16-ports-before-merge~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f93d7902de4adbf944a3712b35f9e13108cd2874;p=thirdparty%2Fglibc.git alpha: Use -mieee-with-inexact with math/test-misc --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 16d73c61118..1d3e6bd579f 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,5 +1,7 @@ 2012-06-01 Richard Henderson + * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact. + * sysdeps/alpha/fpu/libm-test-ulps: Regenerate. 2012-05-30 Richard Henderson diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 17fd3b84d72..1a80db8dcc6 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -41,6 +41,8 @@ ifeq ($(subdir),math) # The fma routines rely on inexact being raised for correct results. CFLAGS-s_fma.c = -mieee-with-inexact CFLAGS-s_fmaf.c = -mieee-with-inexact +# This test tries to check for inexact being raised by arithmetic. +CFLAGS-test-misc.c += -mieee-with-inexact endif # Build everything with full IEEE math support, and with dynamic rounding;