Hi, Ian,
Thanks for answering. So which machine targets or architecture support that
feature?
Regards,
Michael
----- Original Message -----
From: "Ian Lance Taylor" <iant@xxxxxxxxxx>
To: "Michael Gong" <mwgong@xxxxxxxxxxxxxx>
Cc: <gcc-help@xxxxxxxxxxx>
Sent: Saturday, August 26, 2006 2:17 PM
Subject: Re: which version of gcc starts to support "__thread" keyword ?
"Michael Gong" <mwgong@xxxxxxxxxxxxxx> writes:
Does anyone know from which version that gcc starts to support
"__thread" keyword and the "thread local storage" (TLS) feature?
It depends on the target. For x86, TLS support was added in gcc 3.3.
Ian