floating-WTF - Compiler-BUG with 64bit

Jonathan M Davis jmdavisProg at gmx.com
Sun Jan 29 01:20:59 PST 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


More information about the Digitalmars-d-learn mailing list