From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10405 invoked by alias); 31 May 2004 14:44:37 -0000 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 Received: (qmail 10397 invoked by uid 48); 31 May 2004 14:44:36 -0000 Date: Mon, 31 May 2004 23:03:00 -0000 Message-ID: <20040531144436.10396.qmail@sourceware.org> From: "jblomqvi at cc dot hut dot fi" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040531143638.15750.jblomqvi@cc.hut.fi> References: <20040531143638.15750.jblomqvi@cc.hut.fi> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15750] [gfortran] IOLENGTH form of INQUIRE statement not implemented X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg03766.txt.bz2 List-Id: ------- Additional Comments From jblomqvi at cc dot hut dot fi 2004-05-31 14:44 ------- Sorry, forgot to add [gfortran] to the summary. Additionally, here's a small test which fails to compile: program iolength implicit none integer :: A(3) = (/1,2,3/) integer :: iol inquire (iolength = iol) A if (iol /= 3) then call abort end if end program iolength -- What |Removed |Added ---------------------------------------------------------------------------- Summary|IOLENGTH form of INQUIRE |[gfortran] IOLENGTH form of |statement not implemented |INQUIRE statement not | |implemented http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15750