Re: Fix inline-1.C and inline-3.C testcases

2013-02-09 Thread Jan Hubicka
> > > > > > gcc/testsuite/g++.dg/ipa/inline-3.C > > > has > > > /* { dg-final { cleanup-tree-dump "inline" } } */ > > > while supposedly it should have: > > > /* { dg-final { cleanup-ipa-dump "inline" } } */ > > > > > > Also, > > > gcc/testsuite/gcc.dg/tree-ssa/inline-3.c > > > is now failing, su

Re: Fix inline-1.C and inline-3.C testcases

2013-02-07 Thread Richard Biener
On Thu, 7 Feb 2013, Jakub Jelinek wrote: > On Tue, Feb 05, 2013 at 04:51:36PM +0100, Jakub Jelinek wrote: > > On Tue, Feb 05, 2013 at 04:27:15PM +0100, Jan Hubicka wrote: > > > I managed to get an accidental commit on those two testcases without an > > > ChangeLog entry. > > > I just commit the m

Re: Fix inline-1.C and inline-3.C testcases

2013-02-07 Thread Jakub Jelinek
On Tue, Feb 05, 2013 at 04:51:36PM +0100, Jakub Jelinek wrote: > On Tue, Feb 05, 2013 at 04:27:15PM +0100, Jan Hubicka wrote: > > I managed to get an accidental commit on those two testcases without an > > ChangeLog entry. > > I just commit the missing ChangeLog and the following patch that should

Re: Fix inline-1.C and inline-3.C testcases

2013-02-05 Thread Jakub Jelinek
On Tue, Feb 05, 2013 at 04:27:15PM +0100, Jan Hubicka wrote: > I managed to get an accidental commit on those two testcases without an > ChangeLog entry. > I just commit the missing ChangeLog and the following patch that should make > them pass. > > just in a case you wonder what are the tests a