Re: [Mingw-w64-public] compiler throws error in printreg in personal build sezero 32-bit target

2011-02-04 Thread Ozkan Sezer
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

Re: [Mingw-w64-public] compiler throws error in printreg in personal build sezero 32-bit target

2011-02-04 Thread Jim Michaels
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

[Mingw-w64-public] Segfault in legitimate (?) code

2011-02-04 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] can the function attribute __sysv_abi__ be used to call amd64 asm functions ?

2011-02-04 Thread Amstoutz Marc
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