On Mar 3, 2013 2:21 PM, "Dicebot" <m.strashun@gmail.com> wrote:
>
> On Sunday, 3 March 2013 at 13:56:57 UTC, Iain Buclaw wrote:
>>
>> I intend to fix this problem in gdc at least by removing _tlsstart and
>> _tlsend from the library.
>>
>> Regards
>
>
> Ugh, which problem are you speaking about? "betterC" flag is not working properly in gdc or what?
This "betterC" is not currently implemented at all. Would rather have, say -ffreestanding switch which would go a little further and not emit implicit library calls.
What I'm referring to is one potential link issue when compiling C/C++ that interfaces with D.
Regards
--
Iain Buclaw
*(p < e ? p++ : p) = (c & 0x0f) + '0';