------- 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
janis at gcc dot gnu dot org Mon, 28 Jul 2008 15:27:19 -0700
------- 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