s390: fix build on 32-bit hosts
commit34ad7155fe2a4a5d0b1815c79ce8b2af4c772c9e
authorMartin Liska <mliska@suse.cz>
Tue, 30 Aug 2022 08:46:26 +0000 (30 10:46 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 30 Aug 2022 08:46:26 +0000 (30 10:46 +0200)
tree7b52862c577ef6017e5ef7cac81910fb4b202f2d
parentf71abacfed170852ab25485e5c52f8d5aad7c2a0
s390: fix build on 32-bit hosts

Fixes build on i686:

gcc/config/s390/s390.cc: In function 'bool s390_rtx_costs(rtx, machine_mode, int, int, int*, bool)':
gcc/config/s390/s390.cc:3728:63: error: cannot convert 'long int*' to 'long long int*'

gcc/ChangeLog:

* config/s390/s390.cc (s390_rtx_costs): Use proper type as
  argument.
gcc/config/s390/s390.cc