print-tree:Avoid warnings of overflow
authorQian Jianhua <qianjh@cn.fujitsu.com>
Tue, 22 Mar 2022 00:44:51 +0000 (08:44 +0800)
committerQian Jianhua <qianjh@cn.fujitsu.com>
Tue, 22 Mar 2022 05:39:40 +0000 (13:39 +0800)
commitc6bc4835659d24edc2bf5de13bfe8f59ae409ff3
tree2bb7217840d970c25a3389b27e580985c1b404c6
parent7bce0be03b857eefe5990c3ef0af06ea8f8ae04e
print-tree:Avoid warnings of overflow

This patch avoids two warnings of "'sprintf' may write a
terminating nul past the end of the destination
[-Wformat-overflow=]" when build GCC.

Tested on x86_64, and committed as obvious.

gcc/ChangeLog:

* print-tree.cc: Change array length
gcc/print-tree.cc