Bump up buffer for printing.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Dec 2013 23:22:42 +0000 (23:22 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Dec 2013 23:22:42 +0000 (23:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@206034 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/wide-int-print.h

index be93cd1..af07517 100644 (file)
@@ -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);