[Mingw-w64-public] Replacing new and delete

2016-09-27 Thread Nikolaus Dunn
Hi guys, I just confirmed that this issue does not happen on gcc 5.3.1 or gcc 5.4.0 on linux. I'm hoping I can get some help tracking this down. Basically I am replacing global new and delete and wrapping malloc and free. Everything seems to work in my test case except ostringstream. I've

Re: [Mingw-w64-public] [PATCH] Revert "Avoid declaring something extern AND initializing it

2016-09-27 Thread Kai Tietz
Hello dw, please go ahead and apply your patch. Thanks for your work, Kai 2016-09-20 21:35 GMT+02:00 Mario Emmenlauer : > > I can confirm that the patch works for me with gcc-6.1.0 to build qt5. > > Thanks! Mario > > > On 17.09.2016 23:56, David Wohlferd wrote: >> It took

Re: [Mingw-w64-public] [Patch] Fix warning

2016-09-27 Thread Kai Tietz
sure. Thanks, Kai 2016-09-25 21:37 GMT+02:00 David Wohlferd : > Fixes this warning which occurs when wchar_t is used: > > .../mingw-w64-crt/misc/dirent.c:121:3: warning: 'memset' used with length > equal to number of elements without multiplication by element size >