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.

Reply via email to