Fix AC_TYPE_UINT64_T on Tru64 with gcc 3.4.4.
commit15f8838bb6239ebc16beb8472de0217a10de3d5e
authorEric Blake <ebb9@byu.net>
Tue, 20 Oct 2009 14:30:03 +0000 (20 08:30 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 21 Oct 2009 00:44:49 +0000 (20 18:44 -0600)
treebee323ed926dde7f4c83e25593042ab31aa6c7ad
parentb4d24c2af2679e6a9cd4b2f9a9f56eb65a08dbfd
Fix AC_TYPE_UINT64_T on Tru64 with gcc 3.4.4.

* lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT_BODY)
(_AC_TYPE_INT_BODY): Avoid undefined behavior of attempting shift
wider than type.
* NEWS: Document this.
Reported by Rainer Orth.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
lib/autoconf/types.m4