* tests/test-exp2.h (test_function): Disable a glibc bug workaround for
glibc versions >= 2.16.
+2024-04-05 Bruno Haible <bruno@clisp.org>
+
+ exp2l tests: Enable a test for glibc versions >= 2.16.
+ * tests/test-exp2.h (test_function): Disable a glibc bug workaround for
+ glibc versions >= 2.16.
+
2024-04-05 Bruno Haible <bruno@clisp.org>
expl tests: Avoid test failure on NetBSD 10.0/i386.
ASSERT (y == L_(1.0));
}
/* <https://sourceware.org/bugzilla/show_bug.cgi?id=13824> */
-#if !(defined __linux__ && (defined __sparc__ || defined __powerpc__))
+#if !(__GLIBC__ == 2 && __GLIBC_MINOR__ < 16 && (defined __sparc__ || defined __powerpc__))
{
int e;
DOUBLE x;