This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/41711] Z format does not support writing KIND=10 reals
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Oct 2009 03:15:21 -0000
- Subject: [Bug libfortran/41711] Z format does not support writing KIND=10 reals
- References: <bug-41711-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-10-15 03:15 -------
With the patch above, I get:
$ ./a.out
4 8 10
0.9975595E+00 3FEFEC0200000000
0.997559590092617E+00 3FEFEC0216E8495F
0.99755959009261720E+00 3FEFEC0216E8495F
0.99755959009261720E+00 3FFEFF6010B7424AF8EA
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41711