Floating point failures on x64

2012-02-23 Thread Daniel Murphy
I've been trying to fix issue 4155, but it's a little difficult without the ability to test on x64 (I'm on win32). Could anybody compile the following code for me with 'dmd -m64' with this patch https://github.com/D-Programming-Language/dmd/pull/760 and send me the disassembly? Thanks. temp

Re: Floating point failures on x64

2012-02-23 Thread Martin Nowak
On Fri, 24 Feb 2012 06:57:22 +0100, Daniel Murphy wrote: I've been trying to fix issue 4155, but it's a little difficult without the ability to test on x64 (I'm on win32). Could anybody compile the following code for me with 'dmd -m64' with this patch https://github.com/D-Programming-Lan

Re: Floating point failures on x64

2012-02-24 Thread Daniel Murphy
Thanks heaps! Only failing for cfloat+ now! I've updated the pull, do you mind doing it again? "Martin Nowak" wrote in message news:op.v958yuyvsqu...@dawg-freebsd.lan... > On Fri, 24 Feb 2012 06:57:22 +0100, Daniel Murphy > wrote: > >> I've been trying to fix issue 4155, but it's a little dif

Re: Floating point failures on x64

2012-02-24 Thread Martin Nowak
On Fri, 24 Feb 2012 09:02:05 +0100, Daniel Murphy wrote: Thanks heaps! Only failing for cfloat+ now! I've updated the pull, do you mind doing it again? "Martin Nowak" wrote in message news:op.v958yuyvsqu...@dawg-freebsd.lan... On Fri, 24 Feb 2012 06:57:22 +0100, Daniel Murphy wrote: I'

Re: Floating point failures on x64

2012-02-24 Thread Daniel Murphy
Intel, thanks. (*shudder*, AT&T) "Martin Nowak" wrote in message news:op.v96domsnsqu...@dawg-freebsd.lan... > On Fri, 24 Feb 2012 09:02:05 +0100, Daniel Murphy > wrote: > >> Thanks heaps! Only failing for cfloat+ now! >> I've updated the pull, do you mind doing it again? >> >> "Martin Nowak"

Re: Floating point failures on x64

2012-02-24 Thread Daniel Murphy
Do you know what happened to the rest of the intel disassembly? It ends rather abruptly... I'd use the other listing but the callq instructions seem to be displaying the return address instead of the target address. "Martin Nowak" wrote in message news:op.v96domsnsqu...@dawg-freebsd.lan... >

Re: Floating point failures on x64

2012-02-24 Thread Martin Nowak
On Fri, 24 Feb 2012 12:20:42 +0100, Daniel Murphy wrote: Do you know what happened to the rest of the intel disassembly? It ends rather abruptly... It gets truncated while uploading? https://gist.github.com/1903445 I'd use the other listing but the callq instructions seem to be displayin