This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/23138] [mingw32] real(16) values are printed incorrectly



------- Comment #16 from fxcoudert at gcc dot gnu dot org  2007-08-23 13:03 -------
Subject: Bug 23138

Author: fxcoudert
Date: Thu Aug 23 13:03:35 2007
New Revision: 127739

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127739
Log:
        PR libfortran/23138
        * acinclude.m4 (LIBGFOR_CHECK_MINGW_SNPRINTF): New check.
        * configure.ac: Use LIBGFOR_CHECK_MINGW_SNPRINTF.
        * libgfortran.h: If HAVE_MINGW_SNPRINTF is true, use __mingw_snprintf
        instead of snprintf.
        * config.h.in: Regenerate.
        * configure: Regenerate.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/acinclude.m4
    trunk/libgfortran/config.h.in
    trunk/libgfortran/configure
    trunk/libgfortran/configure.ac
    trunk/libgfortran/libgfortran.h


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]