This is the mail archive of the gcc-patches@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: [PATCH][LTO] Fix ICE in output_node of lto-cgraph.c


2008/12/2 Doug Kwan (???) <dougkwan@google.com>:

> 2008-12-01  Doug Kwan  <dougkwan@google.com>
>
> ChangeLog.lto:
>
>        * lto-cgraph.c (maybe_redirect_inlined_node): New.
>        (output_edge): Add new parameter SET.  Redirect an inlined callee
>        which is outside of SET to its master clone.  Fix-up INLINE_FAILED
>        if callee is redirected.
>        (output_cgraph): Redirect an inlined callee which is outside of SET to
>        its master clone.  Adjust call to output_edge for new parameter.
>
> testsuite/ChangeLog.lto:
>
>        * gcc.dg/lto/20081201-1_0.c: New.
>        * gcc.dg/lto/20081201-1_1.c: New.
>        * gcc.dg/lto/20081201-1_2.c: New.
>        * gcc.dg/lto/20081201-2_0.c: New.
>        * gcc.dg/lto/20081201-2_1.c: New.

OK.


Diego.


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