Re: Avoid cycles in the inline plan

2015-03-03 Thread Richard Biener
On Mon, 2 Mar 2015, Jan Hubicka wrote: > Hi, > in the testcase bellow we manage to produce cycle in inline plan because > there is > indirectly recrusive function that appears called once. > > I am having problems with the testcase. The second file outht to be compiled > with > -O2, but it is n

Avoid cycles in the inline plan

2015-03-02 Thread Jan Hubicka
Hi, in the testcase bellow we manage to produce cycle in inline plan because there is indirectly recrusive function that appears called once. I am having problems with the testcase. The second file outht to be compiled with -O2, but it is not. Is the dg-options in the LTO testsuite broken now o