From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14652 invoked by alias); 21 Feb 2005 19:30:22 -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 14642 invoked by uid 48); 21 Feb 2005 19:30:18 -0000 Date: Mon, 21 Feb 2005 23:17:00 -0000 From: "dir at lanl dot gov" To: gcc-bugs@gcc.gnu.org Message-ID: <20050221193017.20125.dir@lanl.gov> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/20125] New: gfortran - backspace on binary files errors X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02508.txt.bz2 List-Id: I don't know if backspace ever works, but while trying to run some calculations the read after a backspace got some run time errors, crashed, and sometimes hung the program - [dir:~/tests/gfortran] dir% gfortran -o backspace backspace.f [dir:~/tests/gfortran] dir% backspace At line 5 of file backspace.f Fortran runtime error: End of file [dir:~/tests/gfortran] dir% cat backspace.f program main i=1 write(3)i backspace 3 read(3)i stop end -- Summary: gfortran - backspace on binary files errors Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl dot gov CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: powerpc-apple-darwin7.8.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20125