From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21404 invoked by alias); 29 Nov 2005 02:16:26 -0000 Received: (qmail 21394 invoked by uid 48); 29 Nov 2005 02:16:25 -0000 Date: Tue, 29 Nov 2005 02:16:00 -0000 Message-ID: <20051129021625.21393.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/25139] Fortran runtime error: Invalid argument In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" 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/msg03911.txt.bz2 List-Id: ------- Comment #1 from jvdelisle at gcc dot gnu dot org 2005-11-29 02:16 ------- Reduced test case: program test dimension data(100) read(11,end= 1000 )data 1000 continue backspace 11 backspace 11 end I will have to check to see if this is legal code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139