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

2010-03-30 Thread Jakub Jelinek
On Tue, Mar 30, 2010 at 11:13:32AM -0700, Janis Johnson wrote: > > 2010-03-30  Martin Jambor   > > > >        * inline-params.c: Disable early inlining.  Xfail run only with -O2, > >        -O3 or -Os and not with -fwhopr. > > > > Index: gcc/testsuite/gcc.dg/guality/inline-params.c > >

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

2010-03-30 Thread Janis Johnson
On Tue, Mar 30, 2010 at 10:42 AM, Martin Jambor wrote: > Hi, > > On Tue, Mar 30, 2010 at 10:14:16AM -0700, Janis Johnson wrote: >> On Tue, Mar 30, 2010 at 7:09 AM, Martin Jambor wrote: >> > On Tue, Mar 30, 2010 at 12:43:39AM +0200, Jan Hubicka wrote: >> >> > I have run the testcase with the early

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

2010-03-30 Thread Martin Jambor
Hi, On Tue, Mar 30, 2010 at 10:14:16AM -0700, Janis Johnson wrote: > On Tue, Mar 30, 2010 at 7:09 AM, Martin Jambor wrote: > > On Tue, Mar 30, 2010 at 12:43:39AM +0200, Jan Hubicka wrote: > >> > I have run the testcase with the early inliner disabled and noticed > >> > that gcc.dg/guality/inline-

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

2010-03-30 Thread Janis Johnson
On Tue, Mar 30, 2010 at 7:09 AM, Martin Jambor wrote: > Hi, > > On Tue, Mar 30, 2010 at 12:43:39AM +0200, Jan Hubicka wrote: >> > 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.  Th

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

2010-03-30 Thread Martin Jambor
Hi, On Tue, Mar 30, 2010 at 12:43:39AM +0200, Jan Hubicka wrote: > > 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

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

2010-03-29 Thread Jan Hubicka
> 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 thi

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

2010-03-29 Thread Martin Jambor
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 reaso