]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Exclude tgmath3-macro-tests for Clang
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 15 Dec 2024 23:21:43 +0000 (07:21 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 21 Dec 2024 22:07:17 +0000 (06:07 +0800)
commit969d7cf89966d55fbf0732ae7bc0949a970c837d
treed093bc46b80707772323c46af8205ccad642f4f2
parent88499d61bd9a36ae3f6bcf11dd8c33ed42062fc5
math: Exclude tgmath3-macro-tests for Clang

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

Disable them for now when Clang is used for testing so that "make check"
can finish.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
math/Makefile