[Bug libfortran/59227] [4.9 regression] FAIL: gfortran.dg/erf_3.F90 -O0 execution test

fxcoudert at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 21 09:37:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59227

--- Comment #4 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
What does this output, when compiled with "-fno-range-check
-ffree-line-length-none -O0"?

$ cat test.f90
program test
  real(kind=16) :: x
  x = 12
  print *, erfc_scaled(real(12,kind=16))
  print *, erfc_scaled(x)
end program test



More information about the Gcc-bugs mailing list