On Tue, Aug 23, 2016 at 10:24 AM, leon zadorin <leonleon77@xxxxxxxxx> wrote: > On Mon, Aug 22, 2016 at 11:54 PM, lhmouse <lh_mouse@xxxxxxx> wrote: >> Got 6.2 and tried it. No ICE. >> Perhaps the bug occurs on trunk only. > > Ah yes -- I think I recall now (just rebuilt 6.1 on my end, no ICE for > the reported -Wall bug). I was having unrelated issues with 6.1 (from > distant memory, if using precompiled header, c++ compiler would exit > early and silently when building the final exe). I was going to > experiment with things like -Wall, -Winvalid-pch, -v, -H options, Ha, all good :) host-mingw32.c has limit pch_VA_max_size = 128 * 1024 * 1024 whereas my precomp header is about 400MB (I've forgotten about this when downloading 6.1 sources), changing this limit helps indeed :) sorry for the noise as usual :)