Re: [PATCH v8 11/12] Dump reason for missing tail call into dump file

2024-07-05 Thread Richard Biener
On Sat, Jun 22, 2024 at 9:01 PM Andi Kleen wrote: > > gcc/ChangeLog: OK. Btw, I wonder if you can squash all error/dump related patches to tree-tailcall.cc > * tree-tailcall.cc (maybe_error_musttail): Print reason to > dump_file. > (find_tail_calls): Print gimple stmt or

[PATCH v8 11/12] Dump reason for missing tail call into dump file

2024-06-22 Thread Andi Kleen
gcc/ChangeLog: * tree-tailcall.cc (maybe_error_musttail): Print reason to dump_file. (find_tail_calls): Print gimple stmt or other reasons that stop the search for tail calls into dump file. --- gcc/tree-tailcall.cc | 17 - 1 file changed, 16 insert