From: Jeff Law Date: Wed, 26 Oct 2016 15:25:27 +0000 (-0600) Subject: pa.c (pa_asm_output_mi_thunk): Increase buffer size. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2029ad65044c8f600d9396a675df477338ec0fe;p=gcc.git pa.c (pa_asm_output_mi_thunk): Increase buffer size. * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer size. From-SVN: r241561 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9b72bc16df..7d869b1f259 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2016-10-26 Jeff Law + * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer + size. + * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU comment to silence warning. diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e04abd43cd0..c8ce083858f 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -8345,7 +8345,7 @@ pa_asm_output_mi_thunk (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta, static unsigned int current_thunk_number; int val_14 = VAL_14_BITS_P (delta); unsigned int old_last_address = last_address, nbytes = 0; - char label[16]; + char label[17]; rtx xoperands[4]; xoperands[0] = XEXP (DECL_RTL (function), 0);