On 10/23/2015 5:42 PM, NightStrike wrote:
> On Sat, Oct 3, 2015 at 6:46 PM, FX wrote:
>>> MSYS2 distributes the gcc fortran package based on mingw-w64 (see the
>>> output of pacman -Ss fortran). You can inspect how it is built by
>>> consulting its PKGBUILD recipe. It is here, along with the neces
On 22.10.2015 18:39, ntysdd wrote:
> The "%a" specifier is new in C99, and it is supposed to print the
> floating-point number in hexadecimal form.
See http://sourceforge.net/p/mingw-w64/mailman/message/34544723/
--
O< ascii ribbon - stop html email! - www.asciiribbon.org
0x922360B0.asc
Descr
The "%a" specifier is new in C99, and it is supposed to print the
floating-point number in hexadecimal form.
The __mingw_printf function does recognize "%a", and when compiled
with -D__USE_MINGW_ANSI_STDIO,
no warning is fired, so I guess it is supported.
The problem is, this function seems to fa