From: Stan Shebs Date: Mon, 22 Jan 2018 21:04:00 +0000 (-0800) Subject: Suppress tgmath3 tests if clang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12e3e064c45f8d968f36d5ee619137c7c216ce6;p=thirdparty%2Fglibc.git Suppress tgmath3 tests if clang --- 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