This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Tuples] gimple_build_call_from_tree vs NeXT runtime Objective-C


On Thu, Jun 19, 2008 at 1:08 PM, Andrew Pinski <pinskia@gmail.com> wrote:
> Hi,
>  When looking into stret-1.m failure, I noticed that
> gimple_build_call_from_tree calls get_callee_fndecl to get the "real"
> function decl.  Well for OBJ_TYPE_REF in Objective-C, it will return
> objc_msgSendSuper_stret/objc_msgSendSuper which is correct but after
> on we crash as that function decl really does not match the function
> type so we crash while expanding.  I don't know what the correct way
> to fix this but I think it might be to ignore get_callee_fndecl if we
> have an OBJ_TYPE_REF.  Does that seem reasonable?

With the more type checking this shows up even more than the two or
three testcases that were before.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]