]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-pretty-print: still indent unhandled codes
authorJason Merrill <jason@redhat.com>
Wed, 29 Dec 2021 22:50:28 +0000 (17:50 -0500)
committerJason Merrill <jason@redhat.com>
Tue, 4 Jan 2022 00:36:35 +0000 (19:36 -0500)
commit43359148b252b9501b0b570b8d48d02fb301b6c8
tree49a622fde63fbba4b35df487a8c16afdebd379bd
parenta4ae8c370168bfba428ca9d475f37d19c957f4a2
tree-pretty-print: still indent unhandled codes

It would be nice to handle language-specific codes in the tree
pretty-printer, but until then we can at least indent them appropriately.

gcc/ChangeLog:

* tree-pretty-print.c (do_niy): Add spc parameter.
(NIY): Pass it.
(print_call_name): Add spc local variable.
gcc/tree-pretty-print.c