> Hi,
> 
> I have run the testcase with the early inliner disabled and noticed
> that gcc.dg/guality/inline-params.c XPASSes with early inlining and
> XFAILs without it.  The reason for the (expected) failure is that
> IPA-CP removes a parameter which is constant (but also unused?).  I
> reckon this is the reason for the xfail mark and so I guess that early
> inlining should be disabled in the particular testcase, am I right?

Well, I guess we should be able to maintain debug info with IPA-CP changes
(only case where debugging info is difficult to maintain IMO is the case
of unused argument removal that is explicitely disabled here).  So I guess
in a way this is correct XFAIL...

Honza
> 
> Thanks,
> 
> Martin

Reply via email to