Thread overview
GDC/LDC on Sparc Solaris
Mar 18, 2014
Nordlöw
Mar 23, 2014
andro
Mar 24, 2014
Nordlöw
Mar 23, 2014
John Colvin
March 18, 2014
Does GDC and/or LDC have sparc solaris backend support?

I'm trying to make my company use D and we have a bunch of legacy machines that unfortunately run on sparc-solaris 2.10.

/Per
March 23, 2014
On Tuesday, 18 March 2014 at 23:52:49 UTC, Nordlöw wrote:
> Does GDC and/or LDC have sparc solaris backend support?
>
> I'm trying to make my company use D and we have a bunch of legacy machines that unfortunately run on sparc-solaris 2.10.
>
> /Per

GCC has back end support for SPARC, it should not be a problem.
March 23, 2014
On Tuesday, 18 March 2014 at 23:52:49 UTC, Nordlöw wrote:
> Does GDC and/or LDC have sparc solaris backend support?
>
> I'm trying to make my company use D and we have a bunch of legacy machines that unfortunately run on sparc-solaris 2.10.
>
> /Per

It will take some work, unless someone's already done it. I would ask in the GDC/LDC groups.
March 24, 2014
On Sunday, 23 March 2014 at 22:00:23 UTC, andro wrote:
> On Tuesday, 18 March 2014 at 23:52:49 UTC, Nordlöw wrote:
>> Does GDC and/or LDC have sparc solaris backend support?
>>
>> I'm trying to make my company use D and we have a bunch of legacy machines that unfortunately run on sparc-solaris 2.10.
>>
>> /Per
>
> GCC has back end support for SPARC, it should not be a problem.

What about exception handling?

Isn't this the same struggle as with ARM support in GDC which
just got into beta?

/Per