[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10
ebay.20.tedlap at spamgourmet dot com
gcc-bugzilla@gcc.gnu.org
Thu May 5 10:54:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602
--- Comment #50 from Lionel GUEZ <ebay.20.tedlap at spamgourmet dot com> 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.
More information about the Gcc-bugs
mailing list