[dmd-beta] dmd 1.059 and 2.044 beta
Robert Clipsham
robert at octarineparrot.com
Sat May 1 04:48:49 PDT 2010
On 01/05/10 12:25, Robert Clipsham wrote:
> On 01/05/10 05:33, Walter Bright wrote:
>>
>> http://ftp.digitalmars.com/dmd1beta.zip
>> http://ftp.digitalmars.com/dmd2beta.zip
>
> I just spotted:
> http://www.dsource.org/projects/dmd/changeset/461
>
> Which removes the cache lookup for function types in dwarf info... Did
> you mean to make this change? I have a feeling that will break dwarf
> info again, haven't had chance to check though...
Just checked and it's fine :)
A separate issue (I should probably put it in bugzilla), the linux make
file has "gcc" hard coded in a couple of places (strtold.o and another
file). This means I have to manually edit the make file whenever I build
as gcc on my system is 64bit and doesn't support multilib, my 32 bit gcc
is i686-unknown-linux-gnu-gcc. I'll report it later today if I get
chance/it doesn't get fixed before I report it.
More information about the dmd-beta
mailing list