[Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
jb at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 7 18:09:00 GMT 2006
------- Comment #2 from jb at gcc dot gnu dot org 2006-01-07 18:09 -------
Actually, you got the syntax slightly wrong (sorry for not noticing it right
away).
The standard (and from my reading of the ibm docs it seems that they agree with
the standard) specifices the use statement as
use [[, module-nature] ::] module-name [etc...]
where module-nature is either intrinsic or non_intrinsic. That is, if
module-nature is specified the ',' and '::' are mandatory, so the statement in
comment #1 must be of the form
use, intrinsic :: iso_fortran_env
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25707
More information about the Gcc-bugs
mailing list