------- Comment #28 from mmitchel at gcc dot gnu dot org 2006-12-05 21:13 ------- Jason, are you actively working on this? (We are motivated to fix the problem, so if you're not working on it, then maybe we can help.)
HJ's patch here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00391.html looks like an OK idea, but: + if (TREE_CODE (decl) == FUNCTION_DECL + && strstr (name, "__builtin_") == name) is bogus; this should be checking DECL_IS_BUILTIN, not doing strcmp. This: +struct extern_symbol_list *extern_symbol_head; should be a VEC, not a list. -- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmitchel at gcc dot gnu dot | |org, carlos at codesourcery | |dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218