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