On 10/6/2013 21:00, JonY wrote:
> 
> Confirmed:
> 
> Program received signal SIGSEGV, Segmentation fault.
> fesetenv (envp=envp@entry=0x28fe40) at ../misc/fesetenv.c:59
> 59              __asm__ volatile ("ldmxcsr %0" : : "m" (_mxcsr));
> (gdb) list
> 54            env.__unused1 = 0xffff;
> 55            __asm__ volatile ("fldenv %0" : : "m" (env)
> 56                              : "st", "st(1)", "st(2)", "st(3)", "st(4)",
> 57                              "st(5)", "st(6)", "st(7)");
> 58            if (__mingw_has_sse ())
> 59              __asm__ volatile ("ldmxcsr %0" : : "m" (_mxcsr));
> 60          }
> 61
> 62        return 0;
> 63      }
> (gdb) p _mxcsr
> $1 = -1
> 

Kai, ping.



Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to