------- Comment #5 from howarth at nitro dot med dot uc dot edu 2010-03-31 15:23 ------- Of course this does beg the question of why other instances of...
DECL_TLS_MODEL ()=decl_default_tls_model (); ...such as... DECL_TLS_MODEL (v) = decl_default_tls_model (v); ...in gcc/c-parser.c and... DECL_TLS_MODEL (decl) = decl_default_tls_model (decl); in gcc/c-decl.c don't trigger undefined symbols on darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43602