Re: [Mingw-w64-public] r212448 - in /trunk: gcc/ChangeLog gcc/Makefile...

2014-07-14 Thread Dongsheng Song
Hi Rong, Your commit r212448 broken Windows target 4 days. Since windows target no ftw.h, this caused the following errors: make[2]: Entering directory `/home/cauchy/obj/native/gcc-4.10-win64/gcc/libdecnumber' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/cauchy/obj/nat

Re: [Mingw-w64-public] [PATCH] fix incorrect __USE_MINGW_ANSI_STDIO check in wchar.h and stdlib.h

2014-07-14 Thread Ozkan Sezer
On 6/29/14, Ozkan Sezer wrote: > The attached tiny patch fixes incorrect __USE_MINGW_ANSI_STDIO check in > wchar.h and stdlib.h: The check must be against the value, not against > the existence of the macro. (c.f. _mingw_print_push.h, etc. headers.) > > OK for trunk and v3.x? > > -- > O.S. No one