Message ID | 98FCC30C-ACC4-468C-9D93-4F663481527A@comcast.net |
---|---|
State | New |
Headers | show |
diff --git a/gcc/wide-int-print.h b/gcc/wide-int-print.h index be93cd1..af07517 100644 --- a/gcc/wide-int-print.h +++ b/gcc/wide-int-print.h @@ -23,7 +23,8 @@ along with GCC; see the file COPYING3. If not see #include <stdio.h> #include "wide-int.h" -#define WIDE_INT_PRINT_BUFFER_SIZE (MAX_BITSIZE_MODE_ANY_INT / 4 + 4) +#define WIDE_INT_PRINT_BUFFER_SIZE (WIDE_INT_MAX_PRECISION / 4 + 4) + /* Printing functions. */ extern void print_dec (const wide_int &wi, char *buf, signop sgn);