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]
Other format: [Raw text]

Peculiar XPASS of gcc.dg/guality/inline-params.c


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?

Thanks,

Martin


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