about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 4c8703c71e..ec7d91ca3d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -308,8 +308,11 @@ libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
 endif
 
 ifdef PYTHON
+# Suppress these tests with clang for now, multiple issues
+ifneq ($(with-clang),yes)
 tests += test-tgmath3
 generated += test-tgmath3.c
+endif
 CFLAGS-test-tgmath3.c += -fno-builtin
 
 $(objpfx)test-tgmath3.c: gen-tgmath-tests.py