For compatibility, GNU Fortran supports a default exponent of zero in real constants with -fdec. For example, 9e
would be interpreted as 9e0
, rather than an error.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/Default-exponents.html