This is the mail archive of the gcc-bugs@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]

[Bug target/36955] TLS LIBCALL change breaks libstdc++ built with older binutils



------- 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


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