LDC 1.0.0-alpha1 has been released! Please help testing!

Dan Olson via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Feb 29 09:35:20 PST 2016


Jacob Carlborg <doob at me.com> writes:

> On 2016-02-28 20:33, Dan Olson wrote:
>
>> I uncommented lines in main (I think that is what you mean) to this:
>>
>> void main()
>> {
>>      test_stret();
>>      test_fp2ret();
>>      test_fpret();
>>      test_float32();
>>      test_double64();
>> }
>>
>> And it works.  I was unsure if the fp2ret and C++/D complex types would
>> work, but for this test they do.
>
> Awesome :)

I made https://github.com/ldc-developers/ldc/pull/1325 from my hack
session last saturday. It is no where close, but at least you can see a
start. Maybe we can make a branch in LDC repo for this so you and others
can collaborate?
--
Dan


More information about the digitalmars-d-ldc mailing list