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

--- Comment #1 from Steve Kargl <kargl at gcc dot gnu.org> ---
(In reply to Rainer Orth from comment #0)
> The gfortran.dg/trigd_1.f90 test FAILs on 32-bit x86 (Solaris, Linux,
> FreeBSD,
> NetBSD):
> 
> FAIL: gfortran.dg/trigd_1.f90   -O  execution test
> 
> STOP 4

  if (func_array(1)%f(y) /= acosd(y)) stop 4

Testing for floating-point equality is probably a
dummy thing to do on x87 hardware.  Just XFAIL
the test on 32-bit x86.

Reply via email to