1 --- rustc-1.69.0-src/src/llvm-project/compiler-rt/lib/builtins/fp_compare_impl.inc.vanilla 2023-05-02 22:31:25.481228065 +0200
2 +++ rustc-1.69.0-src/src/llvm-project/compiler-rt/lib/builtins/fp_compare_impl.inc 2023-05-02 22:31:38.876228826 +0200
4 // GCC uses a special __libgcc_cmp_return__ mode to define the return type, so
5 // check that we are ABI-compatible when compiling the builtins with GCC.
6 typedef int GCC_CMP_RESULT __attribute__((__mode__(__libgcc_cmp_return__)));
7 -_Static_assert(sizeof(GCC_CMP_RESULT) == sizeof(CMP_RESULT),
8 - "SOFTFP ABI not compatible with GCC");
9 +//_Static_assert(sizeof(GCC_CMP_RESULT) == sizeof(CMP_RESULT),
10 +// "SOFTFP ABI not compatible with GCC");