]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.ac: Check whether the underlying type of int64_t is long or long long.
authorRichard Biener <rguenther@suse.de>
Wed, 4 Jun 2014 12:35:26 +0000 (12:35 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 4 Jun 2014 12:35:26 +0000 (12:35 +0000)
commit35987ae95da833242def2e32fcc24100c20ef4b5
tree4a55929af84e7326cea76394ff68cffedc557108
parent0ea48022b83f9f960724dab8fd75a4dc9d6e2269
configure.ac: Check whether the underlying type of int64_t is long or long long.

2014-06-04  Richard Biener  <rguenther@suse.de>

* configure.ac: Check whether the underlying type of int64_t
is long or long long.
* configure: Regenerate.
* config.in: Likewise.
* hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
(HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.

From-SVN: r211228
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/hwint.h