From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18937 invoked by alias); 24 Jan 2009 18:11:27 -0000 Received: (qmail 18900 invoked by uid 48); 24 Jan 2009 18:11:14 -0000 Date: Sat, 24 Jan 2009 18:11:00 -0000 Message-ID: <20090124181114.18899.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/msg02673.txt.bz2 ------- Comment #7 from jvdelisle at gcc dot gnu dot org 2009-01-24 18:11 ------- Regarding the question on location markers: If gfc_error or gfc_warning are used with the %C designator, only the current line is picked up. The actual format token locus is saved in the format_locus pointer variable and should be used with the %L designator. I am fixing some of these in the patch I am working up. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38439