re PR target/52726 (Composed error message will not get translated)
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Mar 2019 10:07:25 +0000 (11:07 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 12 Mar 2019 10:07:25 +0000 (11:07 +0100)
commit63c79a7509c1ce5e8439d23a8f2de096ce0dec7c
tree3c665902a811e07028c6c7dfba6e0b060b650e16
parent1c178a5af523f2baf7c0501f86190ea3e2a45cbf
re PR target/52726 (Composed error message will not get translated)

PR target/52726
* config/s390/s390.md (tabort): Use %wd instead of
HOST_WIDE_INT_PRINT_DEC in error message, reword to avoid two capital
letters and periods.
* config/tilepro/tilepro.c (tilepro_print_operand): Use %wd in
output_operand_lossage instead of HOST_WIDE_INT_PRINT_DEC, replace
's with %< and %>.

From-SVN: r269607
gcc/ChangeLog
gcc/config/s390/s390.md
gcc/config/tilepro/tilepro.c