[Mingw-w64-public] can anyone supply a debug version of cc1plus.exe?

2015-05-22 Thread asmwarrior
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 GCC and G++ myself is too complex for me, so I would like to see if someone can supply a

[Mingw-w64-public] [PATCH] Install *.c files as headers as well.

2015-05-22 Thread Jacek Caban
I lately added msinkaut_i.c to includes (like MS does), but it's not installed by build system. The attached patch fixed that. --- mingw-w64-headers/Makefile.am | 1 + mingw-w64-headers/configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git