[Mingw-w64-public] libstdc++ complaining about ::scanf

2011-11-14 Thread Alen Skondro
Hi all, I'm having these errors for the latest trunk of gcc4.7. (mingw64 is latest trunk) /h/FSF/POWERTOOLS/obj-gcc/./gcc/xgcc -shared-libgcc -B/h/FSF/POWERTOOLS/obj-gcc/./gcc -nostdinc++ -L/h/FSF/POWERTOOLS/obj-gcc/i686-w64-mingw32/libstdc++-v3/src -L/h/FSF/POWERTOOLS/obj-gcc/i6 86-w64-mingw32/l

Re: [Mingw-w64-public] iostream cout does not handle long doubles properly

2011-11-14 Thread Kai Tietz
2011/11/14 Simon de Graaf : > When running a Windows 32-bit or 64-bit cross-compiled executable > under Windows (XP) 32-bit OS or 64-bit OS cout gives no good answers > for "long double" datatype. (The problem does not exist under Linux). > For example: > >     long double dx = 16.125e-08; >     co

[Mingw-w64-public] iostream cout does not handle long doubles properly

2011-11-14 Thread Simon de Graaf
When running a Windows 32-bit or 64-bit cross-compiled executable under Windows (XP) 32-bit OS or 64-bit OS cout gives no good answers for "long double" datatype. (The problem does not exist under Linux). For example: long double dx = 16.125e-08; cout << "dx =" << dx << endl; You can fi

Re: [Mingw-w64-public] stdio.h changes for v1.x

2011-11-14 Thread Ozkan Sezer
On Sun, Nov 13, 2011 at 3:30 PM, Ozkan Sezer wrote: > As discussed in the other thread, generated a patch against the > v1.x stable branch. See attached.  Please review carefully, and test > at runtime, too, if you can. > > Merge from trunk revs. 4362, 4565, 4566, 4567: >        Rafal Carr   >