"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