[Bug target/113276] gcc.dg/torture/fp-double-convert-float-1.c fails at execution on arm cortex-m33
azoff at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 27 14:54:52 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113276
--- Comment #3 from Torbjorn SVENSSON <azoff at gcc dot gnu.org> ---
Could we perhaps change
/* { dg-do run } */
to
/* { dg-do run { xfail { arm-none-eabi && { ! arm_fp_dp_ok } } } } */
in order to mark the test as having expectancy to fail unless there is DP HW
support? Or would this have any side effects that I'm nor aware of?
More information about the Gcc-bugs
mailing list