diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2025-01-03 10:24:54 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2025-01-04 04:52:00 +0800 |
| commit | bb4f241dba734ddb1bd6e436b21938c1317a8fb4 (patch) | |
| tree | 51b1ff3a189e461be89935111ca601ccc051993f /math | |
| parent | 1294926da37cedb1aba46e4b2fef70ac2ceee105 (diff) | |
| download | glibc-bb4f241dba734ddb1bd6e436b21938c1317a8fb4.tar.xz glibc-bb4f241dba734ddb1bd6e436b21938c1317a8fb4.zip | |
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>
Diffstat (limited to 'math')
| -rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 30225b4685..f24cee5c39 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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) |
