[Bug fortran/63552] [OOP] Type-bound procedures rejected as actual argument to dummy procedure
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Thu Oct 16 10:10:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63552
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-10-16
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 4.6 up to trunk (5.0). 4.5 gives
pr63552.f90:8.19:
pure function f(a,b)
1
Error: Argument 'a' of pure function 'f' at (1) must be INTENT(IN)
pr63552.f90:16.5:
use m
1
Fatal Error: Can't open module file 'm.mod' for reading at (1): No such file or
directory
More information about the Gcc-bugs
mailing list