mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
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:
parent
1294926da3
commit
bb4f241dba
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user