https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82653
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2017-10-21
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
WORKSFORME from 4.8 up to trunk (8.0), with the following test
module check_use_parameters
use parameters
! if inside the used module parameters where defined with a function
! GNU-Fortran CANNOT compile this module
real :: x ! this is just to write some other source code
end module
use check_use_parameters
print *, ichar(NL), ichar(CR)
end
I get the expected answer
10 13
at run time.
Note that gcc-5 is no longer supported.