This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Sep 2007 04:58:29 -0000
- Subject: [Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float
- References: <bug-33225-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from dominiq at lps dot ens dot fr 2007-09-04 04:58 -------
Did you also have a look to the other problem:
print *, nearest(huge(1.0),1.0), nearest(-huge(1.0),-1.0), nearest(huge(1.0d0)
1
Error: Result of NEAREST overflows its kind at (1)
?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33225