[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 1 21:46:00 GMT 2005


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-01 21:46 -------
(In reply to comment #5)
> Although mingw supports long double math, the native msvcrt.dll runtime printf 
> family does not.

OK. I plan to do the following (hopefully in the next few days): add a configure
test and a macro HAVE_PRINTF_THAT_WORKS_WITH_LONG_DOUBLE, and in case it's not
defined (such as for mingw) provide a fallback function to avoid that printf.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23138



More information about the Gcc-bugs mailing list