i386: Replace long with long long for 64-bit integer
commit6761d362c3efe5f4ca3b0c66e6854015acf162a1
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Sep 2022 22:18:18 +0000 (1 15:18 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Sep 2022 22:22:12 +0000 (1 15:22 -0700)
tree0edefd063d368364c5fd6f7965752928e049b649
parentb98c5262d02c13cdbbf3b985859b436adec94d90
i386: Replace long with long long for 64-bit integer

Replace long with long long for 64-bit integer since long may be 32
bits.

PR target/106707
* gcc.target/i386/pr106707.c (foo): Replace long with long long.
gcc/testsuite/gcc.target/i386/pr106707.c