std.loader broken on linux?

Stewart Gordon smjg_1998 at yahoo.com
Sat Jan 13 10:10:16 PST 2007


Johan Granberg wrote:
> Johan Granberg wrote:
> 
>> bud -inline -release -O  -full -odbin -silent -lib -allobj
>> sylph/core/core.d /usr/lib/dmd/src/phobos/std/loader.d(358): Error:
>> shadowing declaration std.loader.ExeModule_Load_.mi is deprecated
>> /usr/lib/dmd/src/phobos/std/loader.d(419): Error: delete aa[key]
>> deprecated, use aa.remove(key)
>>
>> Is anyone else getting these errors? To me it looks like the std loader
>> module hasn't been updated correctly. (dmd version 1.0)
> 
> When I changed loader.d to correct these errors I got this error.
> 
> bud -inline -release -O  -full -odbin -silent -lib -allobj sylph/core/core.d
> Internal error: toir.c 182

Do you get the same error if you try compiling the deprecated version 
with -d?

Stewart.


More information about the Digitalmars-d-bugs mailing list