From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7731 invoked by alias); 26 Jan 2005 21:43:31 -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 7658 invoked by uid 48); 26 Jan 2005 21:43:24 -0000 Date: Wed, 26 Jan 2005 21:43:00 -0000 Message-ID: <20050126214324.7657.qmail@sourceware.org> From: "Thomas dot Koenig at online dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050123205037.19595.Thomas.Koenig@online.de> References: <20050123205037.19595.Thomas.Koenig@online.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/19595] eor does not work X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg03930.txt.bz2 List-Id: ------- Additional Comments From Thomas dot Koenig at online dot de 2005-01-26 21:43 ------- There are two parts to this bug. The other is that eor is that end-of-line processing is broken. Here's a test case with the patch from comment #2 applied: $ cat eor_2.f90 program main character*4 c open(12) write(12,'(A)') '123','456' rewind(12) read(12,'(A4)',advance='NO',eor=100) c call abort 100 continue end program main $ gfortran eor_2.f90 $ ./a.out Aborted -- What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |19568 Keywords|diagnostic |wrong-code Summary|eor and advance="yes" should|eor does not work |not mix | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19595