[Bug fortran/95640] gfortran ieee_selected_real_kind returns 10
anlauf at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 12 15:33:20 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95640
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gcc dot gnu.org
--- Comment #14 from anlauf at gcc dot gnu.org ---
Why don't we simply set IEEE_SUPPORT_DATATYPE (1._10) to .false.?
use, intrinsic :: ieee_arithmetic
print *, ieee_support_datatype (1._10)
end
We currently print 'T'.
More information about the Gcc-bugs
mailing list