* dbxout.c (dbxout_block): Grow buf to 30 bytes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255406
138bc75d-0d04-0410-961f-
82ee72b054a4
+2017-12-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * dbxout.c (dbxout_block): Grow buf to 30 bytes.
+
2017-12-05 Martin Liska <mliska@suse.cz>
Jakub Jelinek <jakub@redhat.com>
/* If we emitted any vars and didn't output any LBRAC/RBRAC,
either at this level or any lower level, we need to emit
an empty LBRAC/RBRAC pair now. */
- char buf[20];
+ char buf[30];
const char *scope_start;
ret = true;