This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/25020] New: NAG extension: module F90_UNIX providing access to UNIX functions (abort ...)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]