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]

Re: DECL_RTL problem


>>>>> "Rod" == Rod Stewart <stewart@dystopia.lab43.org> writes:

    Rod> I don't understand what you mean here.  Replace with what?
    Rod> Do you mean get ride of the following from
    Rod> integrate.c:expand_inline_function?  loc = (DECL_RTL_SET_P
    Rod> (DECL_RESULT (fndecl)) ? DECL_RTL (DECL_RESULT (fndecl)) :
    Rod> NULL_RTX);

No, I meant the later uses around line 1041. You could use `loc',
instead of the `DECL_RTL (...)' at that point.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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