Commit 0ef88b20 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/52726 (Composed error message will not get translated)

	PR target/52726
	* config/tilepro/tilepro.c (tilepro_print_operand): Use just
	"invalid %%t operand" in output_operand_lossage message.

From-SVN: r270308
parent ab541024
2019-04-12 Jakub Jelinek <jakub@redhat.com>
PR target/52726
* config/tilepro/tilepro.c (tilepro_print_operand): Use just
"invalid %%t operand" in output_operand_lossage message.
2019-04-12 Andreas Krebbel <krebbel@linux.ibm.com>
* config/s390/predicates.md (permute_pattern_operand): New
......
......@@ -4771,7 +4771,7 @@ tilepro_print_operand (FILE *file, rtx x, int code)
i = exact_log2 (n);
if (i < 0)
{
output_operand_lossage ("invalid %%t operand %<%wd%>", n);
output_operand_lossage ("invalid %%t operand");
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment