c++: Fix bootstrap
authorNathan Sidwell <nathan@acm.org>
Wed, 2 Dec 2020 15:28:30 +0000 (07:28 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 2 Dec 2020 15:31:40 +0000 (07:31 -0800)
commit744ca1bf1cc07627f85c2f73a2ced3fb551e1f60
tree5327c458193257f726a8c627890334c0ef39ec58
parentfeb93adf76eda52385a73eb57c5bef7c870a2564
c++:  Fix bootstrap

I made the prefix for dumping a binding-vector slightly too small.
Fixed thusly.

gcc/cp/
* ptree.c (cxx_print_xnode): Increase binding-vector prefix size.
gcc/cp/ptree.c