LDC 0.9.2 release candidate

Ellery Newcomer ellery-newcomer at utulsa.edu
Sat Feb 13 11:37:31 PST 2010


On 02/13/2010 01:34 PM, Ellery Newcomer wrote:
> On 02/13/2010 04:28 AM, Christian Kamm wrote:
>> I made a new package based on LDC trunk (DMDFE 1.056, LLVM 2.6) and Tango
>> 0.99.9. It's only for x86-64 for now and available at:
>>
>> http://www.incasoftware.de/~kamm/ldc/ldc-0.9.2-x86_64-rc1.tbz2
>>
>> Could everyone interested in this give it a spin and report back if
>> you hit
>> a critical issue? (either here, on the ldc bug tracker or to me directly)
>>
>> Regards,
>> Christian
>>
>
> Is it just me, or does ldc handle gratuitous use of ~= much more poorly
> than dmd?

And I get an assertion failure on garbage code

void main(){
   int[] a;
   a[length++] = 1;
}



More information about the Digitalmars-d mailing list