Re: [PATCH RFA] tree-pretty-print: still indent unhandled codes

2022-01-03 Thread Jeff Law via Gcc-patches
On 1/2/2022 11:08 AM, Jason Merrill via Gcc-patches wrote: It would be nice to handle language-specific codes in the tree pretty-printer, but until then we can at least indent them appropriately. Tested x86_64-pc-linux-gnu, ok for trunk? gcc/ChangeLog: * tree-pretty-print.c (do_niy)

[PATCH RFA] tree-pretty-print: still indent unhandled codes

2022-01-02 Thread Jason Merrill via Gcc-patches
It would be nice to handle language-specific codes in the tree pretty-printer, but until then we can at least indent them appropriately. Tested x86_64-pc-linux-gnu, ok for trunk? gcc/ChangeLog: * tree-pretty-print.c (do_niy): Add spc parameter. (NIY): Pass it. (print_call