Use long long for uint64_t/int64_t
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 7 Mar 2015 13:31:00 +0000 (13:31 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 7 Mar 2015 13:31:00 +0000 (05:31 -0800)
commit0d797e0f6f3fedc1eda63adc2d8ccc9b20efc371
treea46b8707623118baf5a928b5cddbfb246f2688a2
parent2e58ed3087522ab051c23e0c45fb008a6fbef787
Use long long for uint64_t/int64_t

* gcc.target/i386/pr45685.c (uint64_t): Replace long with long
long.
(int64_t): Likewise.

From-SVN: r221255
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr45685.c