From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3081 invoked by alias); 21 May 2006 16:24:07 -0000 Received: (qmail 2983 invoked by uid 48); 21 May 2006 16:24:00 -0000 Date: Sun, 21 May 2006 16:24:00 -0000 Subject: [Bug libfortran/27704] New: Incorrect runtime error on multiple OPEN X-Bugzilla-Reason: CC Message-ID: 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: 2006-05/txt/msg02057.txt.bz2 List-Id: The following should not produce a runtime error. OPEN(8, FORM = 'unformatted', STATUS = 'scratch') OPEN(8, FORM = 'unformatted', STATUS = 'scratch') end There may be other combinations of arguments to open that should not error, See the following thread: http://gcc.gnu.org/ml/fortran/2006-05/msg00307.html -- Summary: Incorrect runtime error on multiple OPEN Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jvdelisle at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27704