]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Use -mieee-with-inexact with math/test-misc
authorRichard Henderson <rth@twiddle.net>
Fri, 1 Jun 2012 17:46:08 +0000 (10:46 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 1 Jun 2012 17:46:08 +0000 (10:46 -0700)
ChangeLog.alpha
sysdeps/alpha/Makefile

index 16d73c61118fc57a2ce39a767e473b41cc3817de..1d3e6bd579f142e34e888d09cfa01c489306c92d 100644 (file)
@@ -1,5 +1,7 @@
 2012-06-01  Richard Henderson  <rth@twiddle.net>
 
+       * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
+
        * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
 
 2012-05-30  Richard Henderson  <rth@twiddle.net>
index 17fd3b84d7275d3646a56bf849c33e3879c74742..1a80db8dcc6c88033a6ab262c694770d7b338873 100644 (file)
@@ -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;