From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29198 invoked by alias); 10 Jun 2009 12:32:54 -0000 Received: (qmail 29154 invoked by uid 48); 10 Jun 2009 12:32:43 -0000 Date: Wed, 10 Jun 2009 12:32:00 -0000 Message-ID: <20090610123243.29150.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/40330] [4.4, 4.5 Regression] incorrect IO 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-06/txt/msg00621.txt.bz2 ------- Comment #22 from jvdelisle at gcc dot gnu dot org 2009-06-10 12:32 ------- Thanks for reduced test. $ ./a.out >badfile $ xxd badfile 0000000: 2020 2020 2020 2020 2020 2020 2020 3320 3 0000010: 2020 2020 2020 2020 2020 2020 2020 3300 3. The NULL in the last byte should be a space. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40330