------- Comment #7 from janis at gcc dot gnu dot org  2008-07-28 22:26 -------
Smaller testcase, in C:

int*
get_global()
{
  static __thread int global;
  return &global;
}


-- 


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

Reply via email to