[MinGW] printf() incorrectly prints long double values
------------------------------------------------------
Key: STDCXX-987
URL: https://issues.apache.org/jira/browse/STDCXX-987
Project: C++ Standard Library
Issue Type: Bug
Components: External
Environment: gcc/MinGW
Reporter: Farid Zaripov
Priority: Minor
The gcc/MinGW uses the Microsoft C run-time libraries and their implementation
of printf() assumes that sizeof (long double) == sizeof (double), but on
gcc/MinGW sizeof (long double) > sizeof (double),
http://www.mingw.org/MinGWiki/index.php/long%20double
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.