exception error using SSE extensions with gcc3.1/cygwin

Richard Henderson rth@redhat.com
Sun Mar 31 04:18:00 GMT 2002


On Sun, Mar 31, 2002 at 11:06:27AM +0200, Andreas Jaeger wrote:
> 0x8048847 <_Z4Testv+267>:       movaps %xmm0,0x4(%esp,1)
> (gdb) p $esp
> $1 = (void *) 0xbffff360
> 
> Not sure what goes wrong here,

Alignment trap.  esp+4 % 16 == 4.


r~



More information about the Gcc mailing list