From 85d7a988c63670c723a021f988115cc0a1bdc6b8 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 22 Jan 2018 13:04:00 -0800 Subject: [PATCH] Suppress tgmath3 tests if clang --- math/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/Makefile b/math/Makefile index 4c8703c71e0..ec7d91ca3d7 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 -- 2.47.2