merge from gcc
This commit is contained in:
parent
49b9e64492
commit
f6b66e9075
2 changed files with 6 additions and 1 deletions
|
@ -3693,7 +3693,7 @@ demangle_fund_type (struct work_stuff *work,
|
|||
{
|
||||
int done = 0;
|
||||
int success = 1;
|
||||
char buf[10];
|
||||
char buf[INTBUF_SIZE + 5 /* 'int%u_t' */];
|
||||
unsigned int dec = 0;
|
||||
type_kind_t tk = tk_integral;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue