Re: [Mingw-w64-public] Set a larger pch file size limit? was : can anyone supply a debug version of cc1plus.exe?

2015-06-01 Thread asmwarrior
On 2015-5-31 16:22, asmwarrior wrote: > On 2015-5-23 9:39, asmwarrior wrote: >> I just want to hunt the GCC bug: (big pch file will crash cc1plus.exe) >> 56926 – Crash (without ICE) while compiling Boost.Math - >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 >> >> It turns out that build the

Re: [Mingw-w64-public] [PATCH] Add some missing IMAGE_DLLCHARACTERISTICS_* constants

2015-06-01 Thread İsmail Dönmez
Hi, On Mon, Jun 1, 2015 at 12:25 PM, Jacek Caban wrote: > On 06/01/15 10:53, İsmail Dönmez wrote: >> On Thu, May 28, 2015 at 8:58 PM, İsmail Dönmez wrote: >>> On Thu, May 28, 2015 at 6:51 PM, Jacek Caban wrote: I committed the change, but I noticed that you modified winnt.h from

Re: [Mingw-w64-public] [PATCH] Add some missing IMAGE_DLLCHARACTERISTICS_* constants

2015-06-01 Thread Jacek Caban
On 06/01/15 10:53, İsmail Dönmez wrote: > On Thu, May 28, 2015 at 8:58 PM, İsmail Dönmez wrote: >> On Thu, May 28, 2015 at 6:51 PM, Jacek Caban wrote: >>> >>> I committed the change, but I noticed that you modified winnt.h from >>> widl directory. I removed that part because that's just an intern

Re: [Mingw-w64-public] [PATCH] Add some missing IMAGE_DLLCHARACTERISTICS_* constants

2015-06-01 Thread İsmail Dönmez
On Thu, May 28, 2015 at 8:58 PM, İsmail Dönmez wrote: > On Thu, May 28, 2015 at 6:51 PM, Jacek Caban wrote: >> On 05/28/15 17:29, İsmail Dönmez wrote: >>> On Thu, May 28, 2015 at 4:49 PM, Jacek Caban wrote: On 05/28/15 11:06, İsmail Dönmez wrote: > On Mon, May 25, 2015 at 7:47 PM, İsmai