https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79846
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Mar 8 10:53:27 2019 New Revision: 269489 URL: https://gcc.gnu.org/viewcvs?rev=269489&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/config/s390/s390.c