https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123202

--- Comment #3 from Iain Buclaw <ibuclaw at gcc dot gnu.org> ---
This patch ought to cover SPARC, and any other target without hardware floats.


--- a/libphobos/testsuite/libphobos.phobos/phobos.exp
+++ b/libphobos/testsuite/libphobos.phobos/phobos.exp
@@ -36,6 +36,8 @@ if { [is-effective-target linux_pre_2639] } {
 set libphobos_skip_tests {
     # Skip concurrency.d test: SEGVs or hangs on macOS 13+ (PR d/111628).
     { libphobos.phobos/std_concurrency.d { x86_64-apple-darwin2[2-9]* } }
+    # math/hardware.d tests require FPU instructions enabled
+    { libphobos.phobos/std_math_hardware.d { hard_float } }
 }

 # Initialize dg.

Reply via email to