From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14404 invoked by alias); 31 Jan 2008 12:46:52 -0000 Received: (qmail 14270 invoked by uid 48); 31 Jan 2008 12:46:09 -0000 Date: Thu, 31 Jan 2008 14:10:00 -0000 Message-ID: <20080131124609.14269.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35036] illegal E format descriptor produces wrong output In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2008-01/txt/msg03769.txt.bz2 ------- Comment #10 from burnus at gcc dot gnu dot org 2008-01-31 12:46 ------- (In reply to comment #9) > Sun f95 gives: > Error 1078: scale factor out of range > ifort gives: > ******** g95 and openf95 give the same result as ifort: ******** While NAG f95 follows sunf95 by giving the run-time error: Scale factor 0 out of range for d=0 This is for "write(*, '(E8.0)') 1e5". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35036