Uploaded image for project: 'C++ Standard Library'
  1. C++ Standard Library
  2. STDCXX-987

[MinGW] printf() incorrectly prints long double values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • External
    • None
    • gcc/MinGW

    • Incorrect Behavior

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            farid Farid Zaripov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: