This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/34712] Formatted write of float broken (mingw32)
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2008 16:41:43 -0000
- Subject: [Bug libfortran/34712] Formatted write of float broken (mingw32)
- References: <bug-34712-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-01-09 16:41 -------
I've just built fresh binaries and "It Works For Me"(TM):
$ cat a.f90
program bug
double precision x
x=7.0
print *, x
end
$ gfortran.exe -v
Using built-in specs.
Target: i386-pc-mingw32
Configured with: ../trunk/configure --prefix=/mingw
--enable-languages=c,fortran --with-gmp=/home/FX/local --with-ld=/mingw/bin/ld
--with-as=/mingw/bin/as --disable-werror --enable-bootstrap --enable-threads
--disable-nls --build=i386-pc-mingw32 --enable-libgomp --disable-shared
Thread model: win32
gcc version 4.3.0 20080109 (experimental) [trunk revision 131426] (GCC)
$ gfortran.exe a.f90 && ./a.exe
7.0000000000000000
I am building with mingw-3.13: if you have older than that, you need to
upgrade; if you have mingw-3.14, then it's a regression and we need to
investigate more; if you have mingw-3.13, I don't understand ;-) Which do you
have?
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Keywords|wrong-code |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34712