size_t.sizeof == 2 && __LINE__.sizeof == 4
Luís Marques via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jul 10 08:56:15 PDT 2017
On 10/07/2017 14:31, Jonathan M Davis via Digitalmars-d wrote:
> I didn't think that D supported 16-bit targets at all. Do ldc and/or gdc
> support 16-bit targets of some kind?
LDC accepts -mtriple=msp430 with some small tweaks. This issue arose as
I as working on a proper implementation of those tweaks, to be accepted
for inclusion in LDC.
More information about the Digitalmars-d
mailing list