From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7260 invoked by alias); 13 Jul 2005 00:01:17 -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 7229 invoked by uid 48); 13 Jul 2005 00:01:13 -0000 Date: Wed, 13 Jul 2005 01:37:00 -0000 Message-ID: <20050713000113.7228.qmail@sourceware.org> From: "janis at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050602054449.21875.fxcoudert@gcc.gnu.org> References: <20050602054449.21875.fxcoudert@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/21875] [meta-bug] NIST test suite failures X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg01524.txt.bz2 List-Id: ------- Additional Comments From janis at gcc dot gnu dot org 2005-07-13 00:01 ------- The mainline patch in comment #4 causes SPEC CPU2000 test mgrid to fail on powerpc-unknown-linux-gnu. This test case: PROGRAM BUG REAL A, B READ 1000, A, B 1000 FORMAT (E8.0,E8.0) STOP END with this input: 1.0D1 2.0D1 fails with the output: At line 3 of file bad.f Fortran runtime error: Bad value during floating point read -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875