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: [lto][patch] Fix how we handle clones in wpa


On Fri, Feb 20, 2009 at 05:35, Rafael Espindola <espindola@google.com> wrote:

> So, where a function is called from is completely irrelevant to
> whether or not it should be in the set that is passed to ltrans. The
> attached patch fixes my original one.
>
> Bootstrapped and regression tested.

Better send a full patch since the old one was reverted.

> The reduced testcase I have fails with an assert without the patch and
> (correctly) fails to link with it. Not sure how to add it to the
> testsuite.

Can you add another file with the missing symbols?  Compile the other
file without LTO and just link it.


Diego.


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