tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Feature request: _Thread_local (and a possible bug)


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Feature request: _Thread_local (and a possible bug)
Date: Wed, 30 Oct 2013 19:23:50 +0800
User-agent: KMail/4.10.5 (Linux/2.6.38-ac2-ac100; KDE/4.10.5; armv7l; ; )

Le mercredi 21 août 2013 19:41:40 Robert Clausecker a écrit :
> Dear tcc hackers,
> 
> It would be very nice if tcc could implement the _Thread_local (aka
> __thread) storage class specified. This would make it much easier for me
> to compile my C code with tcc as it is one of the few parts of C11 I am
> actually relying on, the others being easily replaceable by supported
> constructs.

Should be done as of commit 1c4afd13501f07a673aed5f130166f2ee0f30927.

Tcc now understands __thread keyword.

Best regards,

Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]