From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24898 invoked by alias); 19 Jul 2006 05:32:56 -0000 Received: (qmail 24855 invoked by uid 48); 19 Jul 2006 05:32:43 -0000 Date: Wed, 19 Jul 2006 05:32:00 -0000 Message-ID: <20060719053243.24854.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/28339] gfortran misses a record from a format statement 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: 2006-07/txt/msg01481.txt.bz2 List-Id: ------- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-07-19 05:32 ------- Well, I have found the problem here, but still need to formulate the solution. For internal units, if the bytes left in a record is zero we break out of the next_record_w function. Not a good thing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28339