https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82324
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jvdelisle at gcc dot gnu.org
--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
A side note for folks. One can:
use iso_fortran_env
and then inquire about what kinds are supported with:
real_kinds or integer_kinds which are set to an array of values.
On my system here:
program quick
use iso_fortran_env
print *, real_kinds
end program
$ gfc quick.f90
$ ./a.out
4 8 10 16
On Raspberry pi (arm) is gives:
4 8