[llvm-branch-commits] [libc] [libc] Add Operator Overloads for Float80 (PR #214493)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 13 08:04:09 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__NO_FMA_OPT.__build__.dir/float80_test.cpp.o</summary>
```
FAILED: libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__NO_FMA_OPT.__build__.dir/float80_test.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_24_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=gnu++17 -UNDEBUG -D__LIBC_USE_BUILTIN_ISNAN -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_LENGTH_IMPL=clang_vector -DLIBC_COPT_FIND_FIRST_CHARACTER_IMPL=word -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY -DLIBC_CONF_WCTYPE_MODE=LIBC_WCTYPE_MODE_ASCII -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_HARDENING_MODE=LIBC_HARDENING_MODE_NONE -DLIBC_COPT_SCANF_PROVIDE_ISOC99_ALIASES -DLIBC_TEST_FLOAT_RANGE_COUNT=1231 -DLIBC_TEST_SUBPROCESS_TESTS=1 -fpie -ffixed-point -Wall -Wextra -Wconversion -Wno-sign-conversion -Wimplicit-fallthrough -Wwrite-strings -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wstrict-prototypes -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wthread-safety -DLIBC_COMPILER_HAS_STDC_FENV_ACCESS -MD -MT libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__NO_FMA_OPT.__build__.dir/float80_test.cpp.o -MF libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__NO_FMA_OPT.__build__.dir/float80_test.cpp.o.d -o libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__NO_FMA_OPT.__build__.dir/float80_test.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:130:30: error: no matching constructor for initialization of '__llvm_libc_24_0_0_git::fputil::Float128'
130 | return cast<OutType>(tmp);
| ^~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:222:10: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::add_or_sub<false, __llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
222 | return add_or_sub</*IsSub=*/false, OutType>(x, y);
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:107:29: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::add<__llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
107 | return fputil::generic::add<Float80>(fputil::cast<Float128>(*this),
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:32:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
32 | LIBC_INLINE constexpr Float128(const Float128 &) = default;
| ^ ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:33:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
33 | LIBC_INLINE constexpr Float128(Float128 &&) = default;
| ^ ~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:39:34: note: explicit constructor is not a candidate
39 | LIBC_INLINE constexpr explicit Float128(T value) : bits(0U) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:31:15: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
31 | LIBC_INLINE Float128() = default;
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/cast.h:28:13: note: passing argument to parameter 'x' here
28 | cast(InType x) {
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:129:17: error: invalid argument type 'volatile __llvm_libc_24_0_0_git::fputil::Float128' to unary expression
129 | tmp = -tmp;
| ^~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:231:10: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::add_or_sub<true, __llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
231 | return add_or_sub</*IsSub=*/true, OutType>(x, y);
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:112:29: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::sub<__llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
112 | return fputil::generic::sub<Float80>(fputil::cast<Float128>(*this),
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:130:30: error: no matching constructor for initialization of '__llvm_libc_24_0_0_git::fputil::Float128'
130 | return cast<OutType>(tmp);
| ^~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:32:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
32 | LIBC_INLINE constexpr Float128(const Float128 &) = default;
| ^ ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:33:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
33 | LIBC_INLINE constexpr Float128(Float128 &&) = default;
| ^ ~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:39:34: note: explicit constructor is not a candidate
39 | LIBC_INLINE constexpr explicit Float128(T value) : bits(0U) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:31:15: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
31 | LIBC_INLINE Float128() = default;
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/cast.h:28:13: note: passing argument to parameter 'x' here
28 | cast(InType x) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/cast.h:59:18: error: shift count is negative [-Werror,-Wshift-count-negative]
59 | x_mant >>= InFPBits::FRACTION_LEN - OutFPBits::FRACTION_LEN;
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:41:22: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::cast<__llvm_libc_24_0_0_git::fputil::Float80, double>' requested here
41 | bits = fputil::cast<Float80>(value).bits;
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:27:20: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::Float80::Float80<double>' requested here
27 | ASSERT_TRUE(a == Float80(1.0));
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:470:36: note: expanded from macro 'ASSERT_TRUE'
470 | #define ASSERT_TRUE(VAL) ASSERT_EQ(VAL, true)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:449:50: note: expanded from macro 'ASSERT_EQ'
449 | #define ASSERT_EQ(LHS, RHS) LIBC_TEST_BINOP_(EQ, LHS, RHS, return)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:441:71: note: expanded from macro 'LIBC_TEST_BINOP_'
441 | LIBC_NAMESPACE::testing::TestCond::COND, LHS, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:433:7: note: expanded from macro 'LIBC_TEST_SCAFFOLDING_'
433 | if (TEST) \
| ^
4 errors generated.
```
</details>
<details>
<summary>libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__build__.dir/float80_test.cpp.o</summary>
```
FAILED: libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__build__.dir/float80_test.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DLIBC_NAMESPACE=__llvm_libc_24_0_0_git -I/home/gha/actions-runner/_work/llvm-project/llvm-project/libc -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc -isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libc/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=gnu++17 -UNDEBUG -mavx2 -mfma -D__LIBC_USE_BUILTIN_ISNAN -DLIBC_QSORT_IMPL=LIBC_QSORT_QUICK_SORT -DLIBC_COPT_STRING_LENGTH_IMPL=clang_vector -DLIBC_COPT_FIND_FIRST_CHARACTER_IMPL=word -DLIBC_ADD_NULL_CHECKS -DLIBC_ERRNO_MODE=LIBC_ERRNO_MODE_DEFAULT -DLIBC_THREAD_MODE=LIBC_THREAD_MODE_PLATFORM -DLIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY -DLIBC_CONF_WCTYPE_MODE=LIBC_WCTYPE_MODE_ASCII -DLIBC_COPT_RAW_MUTEX_DEFAULT_SPIN_COUNT=100 -DLIBC_COPT_HARDENING_MODE=LIBC_HARDENING_MODE_NONE -DLIBC_COPT_SCANF_PROVIDE_ISOC99_ALIASES -DLIBC_TEST_FLOAT_RANGE_COUNT=1231 -DLIBC_TEST_SUBPROCESS_TESTS=1 -fpie -ffixed-point -Wall -Wextra -Wconversion -Wno-sign-conversion -Wimplicit-fallthrough -Wwrite-strings -Wno-c99-extensions -Wno-gnu-imaginary-constant -Wno-pedantic -Wstrict-prototypes -Wextra-semi -Wnewline-eof -Wnonportable-system-include-path -Wthread-safety -DLIBC_COMPILER_HAS_STDC_FENV_ACCESS -MD -MT libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__build__.dir/float80_test.cpp.o -MF libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__build__.dir/float80_test.cpp.o.d -o libc/test/src/__support/FPUtil/CMakeFiles/libc.test.src.__support.FPUtil.float80_test.__build__.dir/float80_test.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:130:30: error: no matching constructor for initialization of '__llvm_libc_24_0_0_git::fputil::Float128'
130 | return cast<OutType>(tmp);
| ^~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:222:10: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::add_or_sub<false, __llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
222 | return add_or_sub</*IsSub=*/false, OutType>(x, y);
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:107:29: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::add<__llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
107 | return fputil::generic::add<Float80>(fputil::cast<Float128>(*this),
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:32:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
32 | LIBC_INLINE constexpr Float128(const Float128 &) = default;
| ^ ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:33:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
33 | LIBC_INLINE constexpr Float128(Float128 &&) = default;
| ^ ~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:39:34: note: explicit constructor is not a candidate
39 | LIBC_INLINE constexpr explicit Float128(T value) : bits(0U) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:31:15: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
31 | LIBC_INLINE Float128() = default;
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/cast.h:28:13: note: passing argument to parameter 'x' here
28 | cast(InType x) {
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:129:17: error: invalid argument type 'volatile __llvm_libc_24_0_0_git::fputil::Float128' to unary expression
129 | tmp = -tmp;
| ^~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:231:10: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::add_or_sub<true, __llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
231 | return add_or_sub</*IsSub=*/true, OutType>(x, y);
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:112:29: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::generic::sub<__llvm_libc_24_0_0_git::fputil::Float80, __llvm_libc_24_0_0_git::fputil::Float128>' requested here
112 | return fputil::generic::sub<Float80>(fputil::cast<Float128>(*this),
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:11:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/generic/add_sub.h:130:30: error: no matching constructor for initialization of '__llvm_libc_24_0_0_git::fputil::Float128'
130 | return cast<OutType>(tmp);
| ^~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:32:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
32 | LIBC_INLINE constexpr Float128(const Float128 &) = default;
| ^ ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:33:25: note: candidate constructor not viable: 1st argument ('volatile __llvm_libc_24_0_0_git::fputil::Float128') would lose volatile qualifier
33 | LIBC_INLINE constexpr Float128(Float128 &&) = default;
| ^ ~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:39:34: note: explicit constructor is not a candidate
39 | LIBC_INLINE constexpr explicit Float128(T value) : bits(0U) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float128.h:31:15: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
31 | LIBC_INLINE Float128() = default;
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/cast.h:28:13: note: passing argument to parameter 'x' here
28 | cast(InType x) {
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/cast.h:59:18: error: shift count is negative [-Werror,-Wshift-count-negative]
59 | x_mant >>= InFPBits::FRACTION_LEN - OutFPBits::FRACTION_LEN;
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/src/__support/FPUtil/float80.h:41:22: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::cast<__llvm_libc_24_0_0_git::fputil::Float80, double>' requested here
41 | bits = fputil::cast<Float80>(value).bits;
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/FPUtil/float80_test.cpp:27:20: note: in instantiation of function template specialization '__llvm_libc_24_0_0_git::fputil::Float80::Float80<double>' requested here
27 | ASSERT_TRUE(a == Float80(1.0));
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:470:36: note: expanded from macro 'ASSERT_TRUE'
470 | #define ASSERT_TRUE(VAL) ASSERT_EQ(VAL, true)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:449:50: note: expanded from macro 'ASSERT_EQ'
449 | #define ASSERT_EQ(LHS, RHS) LIBC_TEST_BINOP_(EQ, LHS, RHS, return)
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:441:71: note: expanded from macro 'LIBC_TEST_BINOP_'
441 | LIBC_NAMESPACE::testing::TestCond::COND, LHS, \
| ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/UnitTest/LibcTest.h:433:7: note: expanded from macro 'LIBC_TEST_SCAFFOLDING_'
433 | if (TEST) \
| ^
4 errors generated.
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/214493
More information about the llvm-branch-commits
mailing list