[Bug fortran/25020] New: NAG extension: module F90_UNIX providing access to UNIX functions (abort ...)
anlauf at gmx dot de
gcc-bugzilla@gcc.gnu.org
Thu Nov 24 15:54:00 GMT 2005
Hi,
it would be nice if gfortran implemented a facility like
NAG's F90_UNIX module. The program
implicit none
call abort ()
end
compiles and links with gfc -std=gnu but not with -std=f95
With the NAG compiler one can write
USE f90_unix, ONLY: abort
implicit none
call abort ()
end
have access to the intrinsics and be happy.
See
http://www.nag.co.uk/nagware/np/r50_doc/nag_modules.html
http://www.nag.co.uk/nagware/np/r50_doc/f90_unix.html
for details.
Cheers,
-ha
--
Summary: NAG extension: module F90_UNIX providing access to UNIX
functions (abort ...)
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anlauf at gmx dot de
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25020
More information about the Gcc-bugs
mailing list