January 28, 2012

Now I've waisted Walter's precious time.
I feel so sad now :-(



On 01/28/2012 07:49 PM, Caligo wrote:
> I've already reported, and it's been fixed in the latest:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=7376
>
>
> On Sat, Jan 28, 2012 at 9:56 AM, sclytrack<sclytrack@fake.com>  wrote:
>> On 01/25/2012 01:12 AM, Timon Gehr wrote:
>>>
>>> On 01/24/2012 10:28 PM, %u wrote:
>>>>
>>>> Shouldn't this go into 'digitalmars.D' ?
>>>
>>>
>>> It should go straight to the bug tracker.
>>
>>
>> Issue 7391 - floating wtf dmd 2.057 64

January 29, 2012
On Sat, Jan 28, 2012 at 2:04 PM, sclytrack <sclytrack@hotmail.com> wrote:
>
>
> Now I've waisted Walter's precious time.
> I feel so sad now :-(
>


I should have made a post about the fact that I had already bug reported it, but I forgot. Sorry.
January 29, 2012
Prior to filing the bug I tried to compile dmd from source.
I have now succeeded. The only problem I had was a missing
symbolic link libstdc++.so and this in Ubuntu 11.10. So
I just created it.

/usr/lib32/libstdc++.so -> /usr/lib/i386-linux-gnu/libstdc++.so.6

Then "make -f posix" and in the dmd/src directory.
The bug is indeed gone. It uses the xmm3 register now to store
the intermediate value.

Going to clone phobos now. While I'm at it. :-)



> On 01/29/2012 06:05 AM, Caligo wrote:

January 29, 2012
On Sunday, January 29, 2012 08:43:54 sclytrack wrote:
> Prior to filing the bug I tried to compile dmd from source.
> I have now succeeded. The only problem I had was a missing
> symbolic link libstdc++.so and this in Ubuntu 11.10. So
> I just created it.
> 
> /usr/lib32/libstdc++.so -> /usr/lib/i386-linux-gnu/libstdc++.so.6
> 
> Then "make -f posix" and in the dmd/src directory.
> The bug is indeed gone. It uses the xmm3 register now to store
> the intermediate value.
> 
> Going to clone phobos now. While I'm at it. :-)

Don't forget druntime. You need it as well if you want to build Phobos.

- Jonathan M Davis
1 2 3
Next ›   Last »