You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/07/04 14:05:59 UTC

[jira] Created: (STDCXX-987) [MinGW] printf() incorrectly prints long double values

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