------- 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