------- Comment #9 from pinskia at gcc dot gnu dot org  2006-07-26 00:31 -------
(In reply to comment #8)
> So could you please point me to one?

Something like:

__thread int i;

int main(void)
{
  return i;
}

Though it might need also another thread to be started too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28456

Reply via email to