Clang's <tgmath.h> doesn't support all C23 functions in glibc's <tgmath.h>:
https://github.com/llvm/llvm-project/issues/121536
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
# NB: tgmath3-macro-tests won't compile with <float.h> and <tgmath.h>
# from Clang due to missing C23 support:
# https://github.com/llvm/llvm-project/issues/97335
+# https://github.com/llvm/llvm-project/issues/121536
tests-tgmath += $(tgmath3-macro-tests)
endif
tests += $(tests-tgmath)