Re: [Mingw-w64-public] printf %f format does not work to print doubles/floats

2011-05-14 Thread Jim Michaels
by the way, in an earlier email I had with others in this mailing list, printf and long doubles was discussed in depth.  there is no support for long doubles in any C I/O library (but who knows, maybe iostream works). my code is a little different.  it tests iostream as well and there is a bug

[Mingw-w64-public] ld's "--gc-sections" option for mingw

2011-05-14 Thread Ruben Van Boxem
Hi, Recently (a month or so ago), someone wrote up a preliminary patch for the --gc-sections options in ld for COFF targets. This would be great to have, as it reduces executable size in a lot of cases (see bug report for simple example). Would anyone with the required knowledge care to look at it