------- Comment #14 from howarth at nitro dot med dot uc dot edu 2010-03-31 02:44 ------- I confused why the other instances of using DECL_TLS_MODEL() in gcc doesn't trigger unresolved symbols on darwin. For instance in gcc/c-decl.c we have...
if (threadp) DECL_TLS_MODEL (decl) = decl_default_tls_model (decl); } which seems almost identical to the offending change in gcc/tree-profile.c... DECL_TLS_MODEL (ic_void_ptr_var) = decl_default_tls_model (ic_void_ptr_var); yet it doesn't seem to trigger unresolved symbols. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43553