------- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-11 00:32 ------- Actually I think this bug was caused by: 2006-10-23 Rafael Avila de Espindola <[EMAIL PROTECTED]>
* tree.c (local_define_builtin): Replace calls to lang_hooks.builtin_function with add_builtin_function. * c-objc-common.h (LANG_HOOKS_BUILTIN_FUNCTION): Define as c_builtin_function. * c-tree.h (builtin_function): Rename to c_builtin_function. Change the signature. * c-decl.c (builtin_function): Rename to c_builtin_function. Move common code to add_builtin_function. ... -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- GCC build triplet|ppc*-*-linux | GCC host triplet|ppc*-*-linux | GCC target triplet|ppc*-*-linux |powerpc*-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29779