re PR target/79846 (s390: untranslatable diagnostic in s390.c)
authorJakub Jelinek <jakub@redhat.com>
Fri, 8 Mar 2019 10:53:27 +0000 (11:53 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 8 Mar 2019 10:53:27 +0000 (11:53 +0100)
commitec07e94bbf22be8cd8f47e34de5e764437e33774
treed79112e43bf6faf939c077d64e4f8224c620e20c
parent4ee494c053787ec7f8f9a7db6c98f32c11259baf
re PR target/79846 (s390: untranslatable diagnostic in s390.c)

PR target/79846
* config/s390/s390.c (s390_const_operand_ok): Use %wu instead of
HOST_WIDE_INT_PRINT_UNSIGNED and %wd instead of
HOST_WIDE_INT_PRINT_DEC.  Formatting fixes.

From-SVN: r269489
gcc/ChangeLog
gcc/config/s390/s390.c