This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28354] 0.99999 printed as 0. instead of 1. by format(f3.0)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2006 08:56:49 -0000
- Subject: [Bug fortran/28354] 0.99999 printed as 0. instead of 1. by format(f3.0)
- References: <bug-28354-12939@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-12 08:56 -------
0.99999 in Fortran is 0.99999f in C.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28354