]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: tree dump indentation
authorNathan Sidwell <nathan@acm.org>
Tue, 28 Jul 2020 15:33:48 +0000 (08:33 -0700)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:19:59 +0000 (13:19 -0300)
commit981455390a64f30b8b62306807c02337fab45ff0
tree44f068160bd898f930a6afade52ba63b372f6f5a
parente0f5248a4a60856028dff1b80e92f74cda0ae0fd
c++: tree dump indentation

We were always forcing an indent, even if there was nothing to indent.
Fixed thusly.

gcc/cp/
* ptree.c (cxx_print_decl): Better indentation.
gcc/cp/ptree.c