From: Martin Liska Date: Tue, 18 Jan 2022 13:24:21 +0000 (+0100) Subject: nds32: fix -Wformat-diag warning. X-Git-Tag: upstream/12.2.0~2015 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67f84a803f4a6daa669157ab0424ed8c62b7bbdd;p=platform%2Fupstream%2Fgcc.git nds32: fix -Wformat-diag warning. gcc/ChangeLog: * config/nds32/nds32-intrinsic.cc (nds32_expand_builtin_impl): Fix warnings. * config/nds32/nds32-intrinsic.md: Likewise. * config/nds32/nds32-isr.cc (nds32_check_isr_attrs_conflict): Likewise. * config/nds32/nds32.cc (nds32_print_operand): Likewise. (nds32_insert_attributes): Likewise. --- diff --git a/gcc/config/nds32/nds32-intrinsic.cc b/gcc/config/nds32/nds32-intrinsic.cc index 3c297cf..2f2cd7c 100644 --- a/gcc/config/nds32/nds32-intrinsic.cc +++ b/gcc/config/nds32/nds32-intrinsic.cc @@ -1013,7 +1013,7 @@ nds32_expand_builtin_impl (tree exp, /* Both v3s and v3f toolchains define TARGET_FPU_SINGLE. */ if (!TARGET_FPU_SINGLE) { - error ("this builtin function is only available " + error ("this built-in function is only available " "on the v3s or v3f toolchain"); return NULL_RTX; } @@ -1025,7 +1025,7 @@ nds32_expand_builtin_impl (tree exp, /* Only v3f toolchain defines TARGET_FPU_DOUBLE. */ if (!TARGET_FPU_DOUBLE) { - error ("this builtin function is only available " + error ("this built-in function is only available " "on the v3f toolchain"); return NULL_RTX; } @@ -1040,7 +1040,7 @@ nds32_expand_builtin_impl (tree exp, case NDS32_BUILTIN_SBUP: if (TARGET_ISA_V3M) { - error ("this builtin function not support " + error ("this built-in function not support " "on the v3m toolchain"); return NULL_RTX; } diff --git a/gcc/config/nds32/nds32-intrinsic.md b/gcc/config/nds32/nds32-intrinsic.md index 45b10f0..d7229cd 100644 --- a/gcc/config/nds32/nds32-intrinsic.md +++ b/gcc/config/nds32/nds32-intrinsic.md @@ -301,8 +301,8 @@ offset = 32; } else - error ("__nds32__clr_pending_hwint not support NDS32_INT_SWI," - " NDS32_INT_ALZ, NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("%<__nds32__clr_pending_hwint%> not support %," + " %, %, %"); /* $INT_PEND type is write one clear. */ clr_hwint = GEN_INT (1 << (INTVAL (operands[0]) - offset)); @@ -359,8 +359,8 @@ operands[2] = GEN_INT (31 - (INTVAL (operands[1]) - 32)); } else - error ("get_pending_int not support NDS32_INT_ALZ," - " NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("% not support %," + " %, %"); /* mfsr op0, sytem_reg */ if (system_reg != NULL_RTX) @@ -417,8 +417,8 @@ offset = 48; } else - error ("set_int_priority not support NDS32_INT_SWI," - " NDS32_INT_ALZ, NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("i% not support %," + " %, %, %"); mask = GEN_INT (~(3 << 2 * (INTVAL (operands[0]) - offset))); priority = GEN_INT ((int) (INTVAL (operands[1]) @@ -477,8 +477,8 @@ offset = 48; } else - error ("set_int_priority not support NDS32_INT_SWI," - " NDS32_INT_ALZ, NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("% not support %," + " %, %, %"); priority = GEN_INT (31 - 2 * (INTVAL (operands[1]) - offset)); @@ -514,8 +514,8 @@ offset = 32; } else - error ("__nds32__set_trig_type_level not support NDS32_INT_SWI," - " NDS32_INT_ALZ, NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("%<__nds32__set_trig_type_level%> not support %," + " %, %, %"); if (system_reg != NULL_RTX) { @@ -551,8 +551,8 @@ offset = 32; } else - error ("__nds32__set_trig_type_edge not support NDS32_INT_SWI," - " NDS32_INT_ALZ, NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("%<__nds32__set_trig_type_edge%> not support %," + " %, %, %"); if (system_reg != NULL_RTX) { @@ -588,8 +588,8 @@ offset = 32; } else - error ("__nds32__get_trig_type not support NDS32_INT_SWI," - " NDS32_INT_ALZ, NDS32_INT_IDIVZE, NDS32_INT_DSSIM"); + error ("%<__nds32__get_trig_type%> not support %," + " %, %, %"); if (system_reg != NULL_RTX) { diff --git a/gcc/config/nds32/nds32-isr.cc b/gcc/config/nds32/nds32-isr.cc index 344fb70..eef2d86 100644 --- a/gcc/config/nds32/nds32-isr.cc +++ b/gcc/config/nds32/nds32-isr.cc @@ -614,7 +614,7 @@ nds32_check_isr_attrs_conflict (tree func_decl, tree func_attrs) partial_save_p = 1; if ((save_all_p + partial_save_p) > 1) - error ("multiple save reg attributes to function %qD", func_decl); + error ("multiple save register attributes to function %qD", func_decl); /* We must check at MOST one attribute to set nested-type. */ if (lookup_attribute ("nested", func_attrs)) diff --git a/gcc/config/nds32/nds32.cc b/gcc/config/nds32/nds32.cc index aab02ff..71fe9e8 100644 --- a/gcc/config/nds32/nds32.cc +++ b/gcc/config/nds32/nds32.cc @@ -3476,35 +3476,35 @@ nds32_print_operand (FILE *stream, rtx x, int code) case 'R': /* cctl valck */ /* Note the cctl divide to 5 group and share the same name table. */ if (op_value < 0 || op_value > 4) - error ("CCTL intrinsic function subtype out of range!"); + error ("CCTL intrinsic function subtype out of range"); fprintf (stream, "%s", nds32_cctl_names[op_value]); return; case 'T': /* cctl idxwbinv */ /* Note the cctl divide to 5 group and share the same name table. */ if (op_value < 0 || op_value > 4) - error ("CCTL intrinsic function subtype out of range!"); + error ("CCTL intrinsic function subtype out of range"); fprintf (stream, "%s", nds32_cctl_names[op_value + 4]); return; case 'U': /* cctl vawbinv */ /* Note the cctl divide to 5 group and share the same name table. */ if (op_value < 0 || op_value > 4) - error ("CCTL intrinsic function subtype out of range!"); + error ("CCTL intrinsic function subtype out of range"); fprintf (stream, "%s", nds32_cctl_names[op_value + 8]); return; case 'X': /* cctl idxread */ /* Note the cctl divide to 5 group and share the same name table. */ if (op_value < 0 || op_value > 4) - error ("CCTL intrinsic function subtype out of range!"); + error ("CCTL intrinsic function subtype out of range"); fprintf (stream, "%s", nds32_cctl_names[op_value + 12]); return; case 'W': /* cctl idxwitre */ /* Note the cctl divide to 5 group and share the same name table. */ if (op_value < 0 || op_value > 4) - error ("CCTL intrinsic function subtype out of range!"); + error ("CCTL intrinsic function subtype out of range"); fprintf (stream, "%s", nds32_cctl_names[op_value + 16]); return; @@ -3941,7 +3941,7 @@ nds32_insert_attributes (tree decl, tree *attributes) tree new_attrs = *attributes; if (TARGET_LINUX_ABI) - error("cannot use indirect_call attribute under linux toolchain"); + error ("cannot use % attribute under linux toolchain"); if (lookup_attribute ("noinline", new_attrs) == NULL) new_attrs = tree_cons (get_identifier ("noinline"), NULL, new_attrs); @@ -3949,7 +3949,7 @@ nds32_insert_attributes (tree decl, tree *attributes) new_attrs = tree_cons (get_identifier ("noclone"), NULL, new_attrs); if (!TREE_PUBLIC (decl)) - error ("indirect_call attribute can%'t apply for static function"); + error ("% attribute cannot apply for static function"); *attributes = new_attrs; }