This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: which version of gcc starts to support "__thread" keyword ?


"Michael Gong" <mwgong@cs.toronto.edu> writes:

> Thanks for answering. So which machine targets or architecture support
> that feature?

You can find out for yourself by grepping for TARGET_HAVE_TLS in
gcc/config/*/*.c.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]