arrfab / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1186491.patch

147e83
Patch not applicable to upstream, but the test failures not visible
147e83
there anymore.  (The math tests have been reorganized.)
147e83
147e83
--- glibc-2.17-c758a686/math/libm-test.inc	2015-01-22 10:53:11.015331338 -0500
147e83
+++ glibc-2.17-c758a686/math/libm-test.inc	2015-01-26 16:46:24.631769811 -0500
147e83
@@ -521,7 +521,7 @@
147e83
 }
147e83
 
147e83
 
147e83
-static void
147e83
+static void __attribute__ ((noinline))
147e83
 check_float_internal (const char *test_name, FLOAT computed, FLOAT expected,
147e83
 		      FLOAT max_ulp, int xfail, int exceptions,
147e83
 		      FLOAT *curr_max_error)
147e83
@@ -610,7 +610,7 @@
147e83
 }
147e83
 
147e83
 
147e83
-static void
147e83
+static void __attribute__ ((noinline))
147e83
 check_float (const char *test_name, FLOAT computed, FLOAT expected,
147e83
 	     FLOAT max_ulp, int xfail, int exceptions)
147e83
 {
147e83
@@ -619,7 +619,7 @@
147e83
 }
147e83
 
147e83
 
147e83
-static void
147e83
+static void __attribute__ ((noinline))
147e83
 check_complex (const char *test_name, __complex__ FLOAT computed,
147e83
 	       __complex__ FLOAT expected,
147e83
 	       __complex__ FLOAT max_ulp, __complex__ int xfail,