From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13717 invoked by alias); 22 Jul 2005 14:07:55 -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 13458 invoked by alias); 22 Jul 2005 14:07:46 -0000 Date: Fri, 22 Jul 2005 14:07:00 -0000 Message-ID: <20050722140746.13457.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050720153355.22570.dir@lanl.gov> References: <20050720153355.22570.dir@lanl.gov> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/22570] Null Characters instead of blanks in text output. X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02710.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 14:07 ------- Subject: Bug 22570 CVSROOT: /cvs/gcc Module name: gcc Changes by: pault@gcc.gnu.org 2005-07-22 14:07:20 Modified files: libgfortran/io : read.c transfer.c libgfortran : ChangeLog Log message: 2005-07-22 Jerry DeLisle PR libfortran/21875 (FM111.f) * io/read.c (next_char): Return a ' ' character when BLANK_ZERO or BLANK_NULL are active. (read_decimal): Interpret ' ' character correctly for BZ or BN. (read_radix): Interpret ' ' character correctly for BZ or BN. (read_f): Interpret ' ' character correctly for BZ or BN. 2005-07-22 Paul Thomas PR libfortran/22570 * read.c (read_x): Correct the condition for doing the x-editing during formatted input. * transfer.c (formatted_transfer): Cast offset difference as int, clean-up arithmetic with new variable, bytes_used, zero counters for FMT_SLASH, (data_transfer_init) Zero X- and T-editing counters unconditionally. (next_record_w) Zero X- and T-editing counters. unconditionally. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/read.c.diff?cvsroot=gcc&r1=1.14&r2=1.15 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.48&r2=1.49 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.267&r2=1.268 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22570