From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27846 invoked by alias); 5 May 2011 10:54:03 -0000 Received: (qmail 27837 invoked by uid 22791); 5 May 2011 10:54:02 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,HK_FAKENAME_EBAY,SARE_EBAY_SPOOF_NAME X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 May 2011 10:53:48 +0000 From: "ebay.20.tedlap at spamgourmet dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebay.20.tedlap at spamgourmet dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 05 May 2011 10:54:00 -0000 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: 2011-05/txt/msg00426.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #50 from Lionel GUEZ 2011-05-05 10:42:31 UTC --- > Can you please provide a short example program, and what version of GFortran > you are using? > > I cannot reproduce the described bug with GFortran 4.4.5 nor with 4.7-20110430. > Your expected result is correctly produced by the program: > > print "(1pg7.1)", 0.96 > end > > => 1. Here is the test on my machine: $ gfortran --version GNU Fortran (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. $ cat short_test.f90 print "(1pg7.1)", 0.96 end $ gfortran short_test.f90 $ a.out 0.