From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12991 invoked by alias); 23 Jan 2009 05:46:14 -0000 Received: (qmail 12959 invoked by uid 48); 23 Jan 2009 05:46:06 -0000 Date: Fri, 23 Jan 2009 05:46:00 -0000 Message-ID: <20090123054606.12958.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/38439] I/O PD edit descriptor inconsistency 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-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg02438.txt.bz2 ------- Comment #6 from jvdelisle at gcc dot gnu dot org 2009-01-23 05:46 ------- gfortran's current format parser is completely lost by the time an error is thrown. I have a patch that detects the actual error and the locus is spot on. I am fixing both compile time and run time to reject the exponent width with a D edit descriptor. I will have a look at the d0 case as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38439