From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11694 invoked by alias); 12 Jun 2005 08:05:15 -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 11676 invoked by uid 48); 12 Jun 2005 08:05:12 -0000 Date: Sun, 12 Jun 2005 08:05:00 -0000 Message-ID: <20050612080512.11675.qmail@sourceware.org> From: "fxcoudert at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041225214626.19155.Thomas.Koenig@online.de> References: <20041225214626.19155.Thomas.Koenig@online.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/19155] blanks not treated as zeros in 'E' format read (NIST FM110.FOR) X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg01632.txt.bz2 List-Id: ------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-12 08:05 ------- NIST test FM110 is still failing, and here is the reduced testcase: $ cat FM110.f real a character*80 c c = "+ " read (c,"(F11.4)") a print *, a end $ g77 FM110.f && ./a.out 0. $ gfortran FM110.f && ./a.out At line 4 of file FM110.f Fortran runtime error: Bad value during floating point read -- What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2005-05-09 21:38:12 |2005-06-12 08:05:11 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19155