This is the mail archive of the gcc-patches@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]

Re: [tree-ssa] replace sibcall.c take 3


On Mon, 2003-11-17 at 19:05, Jan Hubicka wrote:

> *************** optimize_function_tree (tree fndecl, tre
> *** 118,124 ****
>   	tree_ssa_dce (fndecl, TDI_dce_1);
>   
>         /* Eliminate tail recursion calls.  */
> !       tree_optimize_tail_calls ();
>   
You need to check -fno-optimize-sibling-calls here.


Diego.


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