Re: Silence gcc.dg/autopar/pr49960.c

2013-09-06 Thread Jan Hubicka
> > +2013-09-05 Jan Hubicka > > + > > + * gcc.dg/autopar/pr49960.c: Disable partial inlining > > 2013-09-05 Richard Biener > > Please add a blank line between entries? The actual commmit has the extra line. Not sure why the patch doesn't. Sorry for that. Honza

Re: Silence gcc.dg/autopar/pr49960.c

2013-09-05 Thread Mike Stump
On Sep 5, 2013, at 3:50 PM, Jan Hubicka wrote: > Comitted as obvoius. > > Honza > > Index: ChangeLog > === > --- ChangeLog (revision 202296) > +++ ChangeLog (working copy) > @@ -1,3 +1,6 @@ > +2013-09-05 Jan Hubicka > + > + *

Silence gcc.dg/autopar/pr49960.c

2013-09-05 Thread Jan Hubicka
Hi, this testcase breaks with partial inlining because it depends on hand hoisted loop header out of the loop nest. Partial inling (correctly) moves the test out of function and prevents the analysis to happen. The whole testcase is very artificial, so I think it is fine to disable partial inl