On Sat, Feb 5, 2011 at 1:36 AM, Jim Michaels wrote:
> I don't have a 64-bit machine, so I can't test the 64-bit host compiler.
> I have tested on mingw-w32-bin_i686-mingw_20101003_sezero and
> mingw-w64-bin_i686-mingw_20101003_sezero
> it only throws on w32 target. I actually get an executable wi
I don't have a 64-bit machine, so I can't test the 64-bit host compiler.
I have tested on mingw-w32-bin_i686-mingw_20101003_sezero and
mingw-w64-bin_i686-mingw_20101003_sezero
it only throws on w32 target. I actually get an executable with w64.
the source code is attached if you want to test a
Hi,
I'm having some trouble with my personal project I develop using mingw-w64.
I tried different compiler versions (sezero's 4.4 and 4.5, and the november
mingw autobuild). All segfault, at the same spot in libstdc++-v3 (gdb info
from sezero's 4.4 build seemed to provide the most information):
P
Hello Kai,
It seems to work for the registers usage as far as we checked the assembly.
I have an additional couple of questions :
- the ms_abi uses 32 bytes shadow space on stack, and we observe this offset is
kept when using sysv_abi attribute. Is there a way to deal with this offset,
while