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] Fix early inliner inlining uninlinable functions


On Tue, 29 Nov 2011, Diego Novillo wrote:

> On Tue, Nov 29, 2011 at 12:49, H.J. Lu <hjl.tools@gmail.com> wrote:
> 
> > This caused:
> >
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346
> 
> Thanks.  I'm on it.

The patch was wrong, please revert it.  At the gimple stmt
modification level we shouldn't modify the cgraph.  That's
a layering violation at least.

Please file a bug with a reduced testcase that still fails
without your fix.

Richard.


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