re PR target/52726 (Composed error message will not get translated)
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Apr 2019 08:10:51 +0000 (10:10 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 12 Apr 2019 08:10:51 +0000 (10:10 +0200)
PR target/52726
* config/tilepro/tilepro.c (tilepro_print_operand): Use just
"invalid %%t operand" in output_operand_lossage message.

From-SVN: r270308

gcc/ChangeLog
gcc/config/tilepro/tilepro.c

index fd3e7c631b44c9c7b089f0e4dd2905204d3e1eb5..dbda8ac5fabb167247e32ce30fed3122b3fb4da0 100644 (file)
@@ -1,3 +1,9 @@
+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
index 0cbea458d08cae7587312f93a13eb17256f47099..c8d69d32f2fe3280da68d6231b69b3e32b36adec 100644 (file)
@@ -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;
          }