------- Comment #2 from dfranke at gcc dot gnu dot org 2008-12-09 20:49 ------- symbol.c (generate_isocbinding_symbol): .... 4139 /* Here, we're taking the simple approach. We're defining 4140 c_loc as an external identifier so the compiler will put 4141 what we expect on the stack for the address we want the 4142 C address of. */ .... 4170 tmp_sym->attr.external = 1; 4171 tmp_sym->attr.if_source = IFSRC_UNKNOWN; ....
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38220