From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11895 invoked by alias); 24 Nov 2005 15:54:07 -0000 Received: (qmail 11884 invoked by uid 48); 24 Nov 2005 15:54:05 -0000 Date: Thu, 24 Nov 2005 15:54:00 -0000 Subject: [Bug fortran/25020] New: NAG extension: module F90_UNIX providing access to UNIX functions (abort ...) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "anlauf at gmx dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-11/txt/msg03366.txt.bz2 List-Id: 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