> > Ah, that makes sense since the 32-bit SEH is different from the 64-bit > > one, explains why the 64-bit builds work. > > Which EH mechanism does the base compiler use? The default one? We > know that this works with the DWARF-2 mechanism (--disable-sjlj- > exceptions).
It's built with --disable-sjlj-exceptions --with-dwarf2 https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-gcc/PKGBUILD#L150 > > -- > Eric Botcazou