math: Add a reference to Clang's <tgmath.h> C23 issue

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>
This commit is contained in:
H.J. Lu 2025-01-03 10:24:54 +08:00
parent 1294926da3
commit bb4f241dba

View File

@ -1032,6 +1032,7 @@ ifneq ($(have-test-clang),yes)
# 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)