]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
math: Add a reference to Clang's <tgmath.h> C23 issue
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 3 Jan 2025 02:24:54 +0000 (10:24 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 3 Jan 2025 20:52:00 +0000 (04:52 +0800)
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>
math/Makefile

index 30225b4685e47f95c63b7bb2e29b40195f053d55..f24cee5c3921c9ed9ab600d68ab1577b5717e079 100644 (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)