------- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 01:48 ------- Created an attachment (id=16316) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16316&action=view) Patch which I am testing to fix this and all tuplification related failures
This fixes the issue by just removing objc_get_callee_fndecl which is not needed really as expand does the correct thing using OBJ_TYPE_REF_EXPR already. I have not figured out why this was added in the first place if OBJ_TYPE_REF_EXPR had the correct answer already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37460