olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1186491.patch

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