12745e
--- /var/lib/mock/glibc-2.17-79.el7/root/builddir/build/BUILD/glibc-2.17-c758a686/math/libm-test.inc	2015-04-06 17:36:33.268209956 -0400
12745e
+++ glibc-2.17-c758a686/math/libm-test.inc	2015-04-07 12:00:03.102360299 -0400
12745e
@@ -521,7 +521,8 @@
12745e
 }
12745e
 
12745e
 
12745e
-static void __attribute__ ((noinline))
12745e
+/* Attributes work around suspected gcc 4.8 bug #1209619.  */
12745e
+static void __attribute__ ((noclone, 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 +611,8 @@
12745e
 }
12745e
 
12745e
 
12745e
-static void __attribute__ ((noinline))
12745e
+/* Attributes work around suspected gcc 4.8 bug #1209619.  */
12745e
+static void __attribute__ ((noclone, noinline))
12745e
 check_float (const char *test_name, FLOAT computed, FLOAT expected,
12745e
 	     FLOAT max_ulp, int xfail, int exceptions)
12745e
 {
12745e
@@ -619,7 +621,8 @@
12745e
 }
12745e
 
12745e
 
12745e
-static void __attribute__ ((noinline))
12745e
+/* Attributes work around suspected gcc 4.8 bug #1209619.  */
12745e
+static void __attribute__ ((noclone, noinline))
12745e
 check_complex (const char *test_name, __complex__ FLOAT computed,
12745e
 	       __complex__ FLOAT expected,
12745e
 	       __complex__ FLOAT max_ulp, __complex__ int xfail,