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

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
... but this gets an error:

  print *,2*huge(1.0)
  end

$ gfortran huge.f90 
huge.f90:1:11:

    1 |   print *,2*huge(1.0)
      |           1
Error: Arithmetic overflow at (1)

Strange...

Reply via email to