=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for gnutls-3.8.0nb1
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0'
Making all in gl
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/gl'
  GEN      alloca.h
  GEN      arpa/inet.h
  GEN      assert.h
  GEN      byteswap.h
  GEN      errno.h
  GEN      fcntl.h
  GEN      malloc/scratch_buffer.gl.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      netdb.h
  GEN      stdckdint.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      strings.h
  GEN      sys/socket.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      sys/uio.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
/usr/pkg/bin/gmake  all-recursive
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/gl'
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/gl'
  CC       libgnu_la-basename-lgpl.lo
  CC       libgnu_la-bitrotate.lo
  CC       libgnu_la-c-ctype.lo
  CC       libgnu_la-c-strcasecmp.lo
  CC       libgnu_la-c-strncasecmp.lo
  CC       libgnu_la-canonicalize-lgpl.lo
  CC       libgnu_la-cloexec.lo
  CC       libgnu_la-dirname-lgpl.lo
  CC       libgnu_la-stripslash.lo
  CC       libgnu_la-explicit_bzero.lo
  CC       libgnu_la-fcntl.lo
  CC       libgnu_la-fd-hook.lo
  CC       libgnu_la-free.lo
  CC       libgnu_la-hash.lo
  CC       libgnu_la-hash-pjw-bare.lo
  CC       libgnu_la-gl_linkedhash_list.lo
  CC       libgnu_la-gl_list.lo
  CC       libgnu_la-malloca.lo
  CC       libgnu_la-mempcpy.lo
  CC       libgnu_la-rawmemchr.lo
  CC       libgnu_la-read-file.lo
  CC       libgnu_la-secure_getenv.lo
  CC       libgnu_la-stat-time.lo
  CC       libgnu_la-strverscmp.lo
  CC       libgnu_la-sys_socket.lo
  CC       glthread/libgnu_la-threadlib.lo
  CC       glthread/libgnu_la-tls.lo
  CC       libgnu_la-unistd.lo
  CC       libgnu_la-xsize.lo
  CC       asnprintf.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       vasnprintf.lo
  CC       malloc/libgnu_la-scratch_buffer_grow.lo
  CC       malloc/libgnu_la-scratch_buffer_grow_preserve.lo
  CC       malloc/libgnu_la-scratch_buffer_set_array_size.lo
  CC       glthread/libgnu_la-lock.lo
  CCLD     libgnu.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/gl'
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/gl'
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/gl'
Making all in lib
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib'
/usr/pkg/bin/gmake  all-recursive
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib'
Making all in includes
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/includes'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/includes'
Making all in x509
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/x509'
/usr/pkg/bin/gmake  all-am
gmake[5]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/x509'
  CC       common.lo
  CC       key_encode.lo
  CC       key_decode.lo
  CC       time.lo
  CC       crl.lo
  CC       crl_write.lo
  CC       crq.lo
  CC       dn.lo
  CC       attributes.lo
  CC       prov-seed.lo
  CC       extensions.lo
  CC       mpi.lo
  CC       output.lo
  CC       pkcs12.lo
In file included from pkcs12.c:28:0:
pkcs12.c: In function 'make_chain':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) {
                 ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) {
                 ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) {
                 ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) {
                 ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1463:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*chain_len, 1))) {
                 ^
pkcs12.c: In function 'gnutls_pkcs12_simple_parse':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW'
          (INT_ADD_OVERFLOW
           ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW'
          (INT_ADD_OVERFLOW
           ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW'
          (INT_ADD_OVERFLOW
           ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW'
          (INT_ADD_OVERFLOW
           ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs12.c:1790:11: note: in expansion of macro 'INT_ADD_OVERFLOW'
          (INT_ADD_OVERFLOW
           ^
  CC       pkcs12_bag.lo
  CC       pkcs12_encr.lo
  CC       pkcs7.lo
  CC       pkcs7-attrs.lo
  CC       pkcs7-crypt.lo
  CC       privkey.lo
  CC       privkey_pkcs8.lo
  CC       privkey_pkcs8_pbes1.lo
  CC       privkey_openssl.lo
  CC       hostname-verify.lo
  CC       sign.lo
  CC       verify.lo
  CC       x509.lo
  CC       x509_dn.lo
  CC       x509_write.lo
  CC       name_constraints.lo
  CC       verify-high.lo
  CC       verify-high2.lo
In file included from verify-high.c:24:0:
verify-high.c: In function 'trust_list_add_compat':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) {
               ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) {
               ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:234:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->keep_certs_size, 1))) {
               ^
verify-high.c: In function 'gnutls_x509_trust_list_add_cas':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
       (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) {
        ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
       (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) {
        ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
       (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) {
        ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
       (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) {
        ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:331:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
       (INT_ADD_OVERFLOW(list->node[hash].trusted_ca_size, 1))) {
        ^
verify-high.c: In function 'gnutls_x509_trust_list_remove_cas':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) {
                ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) {
                ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:638:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->distrusted_size, 1))) {
                ^
verify-high.c: In function 'gnutls_x509_trust_list_add_named_crt':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) {
               ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) {
               ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:703:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(list->node[hash].named_cert_size, 1))) {
               ^
verify-high.c: In function 'gnutls_x509_trust_list_add_crls':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) {
                ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) {
                ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
verify-high.c:830:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(list->node[hash].crl_size, 1))) {
                ^
  CC       x509_ext.lo
In file included from x509_ext.c:25:0:
x509_ext.c: In function 'subject_alt_names_set':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
               ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
               ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:142:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
               ^
x509_ext.c: In function 'crl_dist_points_set':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) {
               ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) {
               ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2381:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(cdp->size, 1))) {
               ^
x509_ext.c: In function 'gnutls_x509_aia_set':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
               ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
               ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
               ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2802:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
               ^
x509_ext.c: In function 'parse_aia':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
                ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
                ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
x509_ext.c:2858:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(aia->size, 1))) {
                ^
  CC       email-verify.lo
  CC       pkcs7-output.lo
  CC       virt-san.lo
  CC       spki.lo
  CC       tls_features.lo
  CC       krb5.lo
  CC       ip.lo
  CC       ocsp.lo
In file included from ocsp.c:27:0:
ocsp.c: In function 'gnutls_ocsp_resp_get_certs':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) {
                ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) {
                ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) {
                ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:1891:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(ctr, 2))) {
                ^
ocsp.c: In function 'gnutls_ocsp_resp_list_import2':
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
                 ^
./../../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
                 ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
                 ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
                 ^
./../../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
ocsp.c:2470:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(*size, 1))) {
                 ^
  CC       ocsp_output.lo
  CCLD     libgnutls_x509.la
gmake[5]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/x509'
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/x509'
Making all in auth
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/auth'
  CC       anon.lo
  CC       cert.lo
  CC       dh_common.lo
  CC       dhe.lo
  CC       rsa_psk.lo
  CC       dhe_psk.lo
  CC       psk.lo
  CC       psk_passwd.lo
  CC       rsa.lo
  CC       srp_kx.lo
  CC       srp_passwd.lo
  CC       srp_rsa.lo
  CC       srp_sb64.lo
  CC       anon_ecdh.lo
  CC       ecdhe.lo
  CC       vko_gost.lo
  CCLD     libgnutls_auth.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/auth'
Making all in ext
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/ext'
  CC       max_record.lo
  CC       server_name.lo
  CC       signature.lo
  CC       safe_renegotiation.lo
  CC       session_ticket.lo
  CC       srp.lo
  CC       heartbeat.lo
  CC       status_request.lo
  CC       dumbfw.lo
  CC       ext_master_secret.lo
  CC       etm.lo
  CC       supported_versions.lo
  CC       post_handshake.lo
  CC       key_share.lo
  CC       cookie.lo
  CC       psk_ke_modes.lo
  CC       pre_shared_key.lo
  CC       supported_groups.lo
  CC       ec_point_formats.lo
  CC       early_data.lo
  CC       record_size_limit.lo
  CC       client_cert_type.lo
  CC       server_cert_type.lo
  CC       compress_certificate.lo
  CC       alpn.lo
  CC       srtp.lo
  CCLD     libgnutls_ext.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/ext'
Making all in algorithms
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/algorithms'
  CC       cert_types.lo
  CC       ciphers.lo
  CC       ciphersuites.lo
  CC       ecc.lo
  CC       kx.lo
  CC       mac.lo
  CC       protocols.lo
  CC       publickey.lo
  CC       secparams.lo
  CC       sign.lo
  CC       groups.lo
  CCLD     libgnutls_alg.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/algorithms'
Making all in extras
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/extras'
  CC       randomart.lo
  CC       hex.lo
  CCLD     libgnutls_extras.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/extras'
Making all in accelerated
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/accelerated'
Making all in x86
gmake[5]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/accelerated/x86'
  CC       x86-common.lo
  CC       sha-x86-ssse3.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from sha-x86-ssse3.c:27:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from x86-common.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a,./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b*counter, size, &sum) ||
       ^
, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a,./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
    b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
                             ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
           , r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
                     ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_AD./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GLD_OK(*counter, size, &sum) ||
       ^
_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                     ./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _G           ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
L_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, ./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_AD./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, D_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
_GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _G, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
L_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WR_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
APV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
 b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, ./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'IN_GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
T_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                     ./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b,            ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WR./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
D_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _G, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
L_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b,./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_IN./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (T_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_AD./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRD_OK(*counter, size, &sum) ||
       ^
APV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a,, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
 b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_IN./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
           T_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
                     ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
x86-common.c: At top level:
x86-common.c:64:0: warning: macro "bit_AVX512BITALG" is not used [-Wunused-macros]
 # define bit_AVX512BITALG 0x4000
 ^
  CC       hmac-x86-ssse3.lo
  CC       aes-gcm-x86-ssse3.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from hmac-x86-ssse3.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-gcm-x86-ssse3.c:35:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-gcm-x86-aesni.lo
  CC       aes-cbc-x86-ssse3.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-gcm-x86-aesni.c:35:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-cbc-x86-ssse3.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-cbc-x86-aesni.lo
  CC       aes-ccm-x86-aesni.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-cbc-x86-aesni.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-ccm-x86-aesni.c:35:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-xts-x86-aesni.lo
  CC       sha-padlock.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-xts-x86-aesni.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from ./aes-padlock.h:5,
                 from sha-padlock.c:30:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       hmac-padlock.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from ./aes-padlock.h:5,
                 from hmac-padlock.c:34:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-padlock.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-padlock.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-gcm-padlock.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-gcm-padlock.c:34:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-gcm-x86-pclmul.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-gcm-x86-pclmul.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       aes-gcm-x86-pclmul-avx.lo
In file included from ./../../../gl/intprops.h:21:0,
                 from ./aes-x86.h:25,
                 from aes-gcm-x86-pclmul-avx.c:33:
./aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CCAS     elf/aesni-x86_64.lo
  CCAS     elf/ghash-x86_64.lo
  CCAS     elf/sha1-ssse3-x86_64.lo
  CCAS     elf/sha512-ssse3-x86_64.lo
  CCAS     elf/aes-ssse3-x86_64.lo
  CCAS     elf/aesni-gcm-x86_64.lo
  CCAS     elf/sha256-ssse3-x86_64.lo
  CCAS     elf/e_padlock-x86_64.lo
  CCLD     libx86.la
gmake[5]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/accelerated/x86'
gmake[5]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/accelerated'
  CC       accelerated.lo
  CC       cryptodev.lo
In file included from ./../../gl/intprops.h:21:0,
                 from ./x86/aes-x86.h:25,
                 from accelerated.c:26:
./x86/aes-x86.h: In function 'record_aes_gcm_encrypt_size':
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
./x86/aes-x86.h:31:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       cryptodev-gcm.lo
  CC       afalg.lo
  CCLD     libaccelerated.la
gmake[5]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/accelerated'
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/accelerated'
Making all in nettle
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib/nettle'
  CC       pk.lo
  CC       mpi.lo
  CC       mac.lo
  CC       cipher.lo
In file included from ./../../gl/intprops.h:21:0,
                 from cipher.c:66:
cipher.c: In function 'record_aes_gcm_encrypt_size':
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       init.lo
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:344:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0 \
        ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:346:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
./../../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
cipher.c:129:7: note: in expansion of macro 'INT_ADD_OK'
  if (!INT_ADD_OK(*counter, size, &sum) ||
       ^
  CC       prf.lo
  CC       rnd.lo
  CC       sysrng-netbsd.lo
  CC       rnd-fuzzer.lo
  CC       gost_keywrap.lo
  CC       int/rsa-keygen-fips186.lo
  CC       int/provable-prime.lo
  CC       int/dsa-keygen-fips186.lo
  CC       int/dsa-validate.lo
  CC       int/tls1-prf.lo
  CC       int/dsa-compute-k.lo
  CC       int/ecdsa-compute-k.lo
  CC       int/mpn-base256.lo
  CC       int/rsa-pad.lo
  CC       gost/write-le32.lo
  CC       gost/gost28147.lo
  CC       gost/gost-wrap.lo
  CC       gost/streebog.lo
  CC       gost/streebog-meta.lo
  CC       gost/hmac-streebog.lo
  CC       gost/bignum-le.lo
  CC       gost/gostdsa-mask.lo
  CC       gost/magma.lo
  CC       gost/kuznyechik.lo
  CC       gost/acpkm.lo
  CC       gost/cmac-magma.lo
  CC       gost/cmac-kuznyechik.lo
  CCLD     libcrypto.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib/nettle'
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/lib'
  CC       range.lo
  CC       record.lo
In file included from record.c:58:0:
record.c: In function 'gnutls_record_send_file':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (INT_ADD_OVERFLOW(sent, ret)) {
       ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (INT_ADD_OVERFLOW(sent, ret)) {
       ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (INT_ADD_OVERFLOW(sent, ret)) {
       ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (INT_ADD_OVERFLOW(sent, ret)) {
       ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (INT_ADD_OVERFLOW(sent, ret)) {
       ^
./../gl/intprops.h:189:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     : (a) + (b) < (b))
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2249:7: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (INT_ADD_OVERFLOW(sent, ret)) {
       ^
In file included from record.c:33:0:
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:72:44: note: in definition of macro 'likely'
 #  define likely(x)      __builtin_expect((x), 1)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
               ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
gnutls_int.h:72:44: note: in definition of macro 'likely'
 #  define likely(x)      __builtin_expect((x), 1)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
               ^
./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0                                              \
        ^
gnutls_int.h:72:44: note: in definition of macro 'likely'
 #  define likely(x)      __builtin_expect((x), 1)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:72:44: note: in definition of macro 'likely'
 #  define likely(x)      __builtin_expect((x), 1)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:72:44: note: in definition of macro 'likely'
 #  define likely(x)      __builtin_expect((x), 1)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
               ^
./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (b) < 0 ? (a) <= (a) + (b)                                         \
           ^
gnutls_int.h:72:44: note: in definition of macro 'likely'
 #  define likely(x)      __builtin_expect((x), 1)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
record.c:2261:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
               ^
  CC       compress.lo
  CC       debug.lo
  CC       cipher.lo
  CC       handshake-tls13.lo
  CC       mbuffers.lo
  CC       buffers.lo
  CC       handshake.lo
  CC       errors.lo
  CC       dh.lo
  CC       kx.lo
  CC       cipher-cbc.lo
kx.c:134:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
 #pragma GCC diagnostic ignored "-Wanalyzer-file-leak"
         ^
  CC       priority.lo
  CC       hash_int.lo
  CC       cipher_int.lo
  CC       session.lo
  CC       db.lo
  CC       x509_b64.lo
In file included from db.c:33:0:
db.c: In function 'gnutls_db_check_entry_expire_time':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0                                              \
        ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (b) < 0 ? (a) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
db.c:223:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(t, e))
      ^
  CC       hello_ext.lo
  CC       auth.lo
In file included from hello_ext.c:29:0:
hello_ext.c: In function 'gnutls_session_ext_register':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) {
               ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) {
               ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
hello_ext.c:966:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(session->internals.rexts_size, 1))) {
               ^
  CC       sslv2_compat.lo
  CC       datum.lo
  CC       session_pack.lo
  CC       mpi.lo
  CC       pk.lo
  CC       cert-cred.lo
In file included from cert-cred.c:28:0:
cert-cred.c: In function '_gnutls_certificate_credential_append_keypair':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) {
               ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) {
               ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
cert-cred.c:57:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(res->ncerts, 1))) {
               ^
  CC       global.lo
  CC       constate.lo
  CC       anon_cred.lo
  CC       pkix_asn1_tab.lo
  CC       gnutls_asn1_tab.lo
  CC       mem.lo
  CC       fingerprint.lo
  CC       tls-sig.lo
  CC       ecc.lo
  CC       alert.lo
  CC       privkey_raw.lo
  CC       str-iconv.lo
  CC       system.lo
  CC       profiles.lo
  CC       str.lo
  CC       str-unicode.lo
  CC       str-idna.lo
  CC       state.lo
  CC       cert-cred-x509.lo
  CC       file.lo
  CC       supplemental.lo
  CC       random.lo
In file included from supplemental.c:46:0:
supplemental.c: In function '_gnutls_supplemental_register':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) {
               ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) {
               ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) {
               ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
supplemental.c:255:15: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (unlikely(INT_ADD_OVERFLOW(suppfunc_size, 1))) {
               ^
  CC       crypto-api.lo
  CC       privkey.lo
In file included from ./../gl/intprops.h:21:0,
                 from crypto-api.c:35:
crypto-api.c: In function 'gnutls_cipher_encrypt3':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:255:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:240:8: note: in expansion of macro '_GL_INT_OP_CALC'
      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:241:8: note: in expansion of macro '_GL_INT_OP_CALC'
      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
        ^
./../gl/intprops-internal.h:259:7: note: in expansion of macro '_GL_INT_OP_WRAPV_SMALLISH'
     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:263:8: note: in expansion of macro '_GL_EXPR_SIGNED'
     ? (_GL_EXPR_SIGNED (*(r)) \
        ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:266:10: note: in expansion of macro '_GL_INT_OP_CALC'
        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:272:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      ? (_GL_EXPR_SIGNED (*(r)) \
         ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:346:71: warning: comparison is always false due to limited range of data type [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:355:63: warning: comparison is always false due to limited range of data type [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
                                                               ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:357:13: warning: comparison is always false due to limited range of data type [-Wtype-limits]
    : (tmax) < (b) || (tmax) - (b) < (a))
             ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:348:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        : (a) <= -1 - (b)) \
              ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:357:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    : (tmax) < (b) || (tmax) - (b) < (a))
             ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:275:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:277:9: note: in expansion of macro '_GL_EXPR_SIGNED'
      : (_GL_EXPR_SIGNED (*(r)) \
         ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:346:71: warning: comparison is always false due to limited range of data type [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:355:63: warning: comparison is always false due to limited range of data type [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
                                                               ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:357:13: warning: comparison is always false due to limited range of data type [-Wtype-limits]
    : (tmax) < (b) || (tmax) - (b) < (a))
             ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:278:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:346:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:349:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:349:36: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
       || ((_GL_EXPR_SIGNED (a) ? 0 <= (a) : (tmax) < (a)) && (tmax) < (a) + (b))) \
                                    ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:350:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    : (a) < 0 \
          ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:352:12: note: in expansion of macro '_GL_EXPR_SIGNED'
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:352:71: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
        ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) < (tmin)) \
                                                                       ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops-internal.h:355:12: note: in expansion of macro '_GL_EXPR_SIGNED'
       || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) < (b)) \
            ^
./../gl/intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_ADD_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
./../gl/intprops-internal.h:280:11: note: in expansion of macro '_GL_INT_OP_CALC'
         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
           ^
./../gl/intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
./../gl/intprops-internal.h:154:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)
    ^
./../gl/intprops.h:300:32: note: in expansion of macro '_GL_INT_ADD_WRAPV'
 #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)
                                ^
./../gl/intprops.h:331:32: note: in expansion of macro 'INT_ADD_WRAPV'
 #define INT_ADD_OK(a, b, r) (! INT_ADD_WRAPV (a, b, r))
                                ^
crypto-api.c:447:8: note: in expansion of macro 'INT_ADD_OK'
   if (!INT_ADD_OK(ptext_len, block_size, &n)) {
        ^
In file included from crypto-api.c:35:0:
crypto-api.c: In function 'iov_store_grow':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0                                              \
        ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (b) < 0 ? (a) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1327:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(new_capacity, length)) {
      ^
crypto-api.c: In function 'append_from_iov':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0                                              \
        ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (b) < 0 ? (a) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
crypto-api.c:1350:8: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (INT_ADD_OVERFLOW(new_capacity, iov[i].iov_len)) {
        ^
  CC       pcert.lo
  CC       pubkey.lo
  CC       locks.lo
  CC       dtls.lo
  CC       system_override.lo
  CC       crypto-backend.lo
  CC       verify-tofu.lo
  CC       pin.lo
  CC       tpm.lo
  CC       fips.lo
  CC       safe-memfuncs.lo
  CC       atfork.lo
  CC       randomart.lo
  CC       urls.lo
  CC       prf.lo
  CC       auto-verify.lo
  CC       dh-session.lo
  CC       cert-session.lo
  CC       handshake-checks.lo
  CC       dtls-sw.lo
  CC       dh-primes.lo
  CC       openpgp_compat.lo
  CC       crypto-selftests.lo
  CC       crypto-selftests-pk.lo
  CC       secrets.lo
  CC       extv.lo
  CC       hello_ext_lib.lo
  CC       ocsp-api.lo
  CC       stek.lo
  CC       cert-cred-rawpk.lo
  CC       iov.lo
  CC       system/ktls.lo
  CC       pathbuf.lo
  CC       vko.lo
In file included from pathbuf.c:29:0:
pathbuf.c: In function 'pathbuf_reserve':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0                                              \
        ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (b) < 0 ? (a) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:38:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, to_add)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:44:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
pathbuf.c: In function '_gnutls_pathbuf_append':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:186:6: note: in definition of macro '_GL_ADD_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
      ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:116:13: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    ? (a) < (min) - (b)                                  \
             ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
./../gl/intprops.h:117:7: note: in definition of macro 'INT_ADD_RANGE_OVERFLOW'
    : (max) - (b) < (a))
       ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pathbuf.c:104:6: note: in expansion of macro 'INT_ADD_OVERFLOW'
  if (INT_ADD_OVERFLOW(len, 1)) {
      ^
  CC       system/keys-dummy.lo
  CC       tls13-sig.lo
  CC       tls13/finished.lo
  CC       tls13/key_update.lo
  CC       tls13/hello_retry.lo
  CC       tls13/session_ticket.lo
  CC       tls13/certificate.lo
  CC       tls13/early_data.lo
  CC       tls13/post_handshake.lo
  CC       tls13/psk_ext_parser.lo
  CC       tls13/anti_replay.lo
  CC       pkcs11.lo
In file included from pkcs11.c:28:0:
pkcs11.c: In function 'find_multi_objs_cb':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
./../gl/intprops.h:115:8: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
   ((b) < 0                                              \
        ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
./../gl/intprops.h:188:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (b) < 0 ? (a) <= (a) + (b)                                         \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11.c:3290:16: note: in expansion of macro 'INT_ADD_OVERFLOW'
   if (unlikely(INT_ADD_OVERFLOW(find_data->current, count))) {
                ^
  CC       pkcs11x.lo
In file included from pkcs11x.c:22:0:
pkcs11x.c: In function 'find_ext_cb':
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) {
                 ^
./../gl/intprops.h:186:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) {
                 ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:52:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:295:23: note: in expansion of macro '_GL_INT_MINIMUM'
                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) {
                 ^
./../gl/intprops-internal.h:39:59: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
 #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
                                                           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:186:17: note: in expansion of macro 'INT_ADD_RANGE_OVERFLOW'
    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                  \
                 ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops-internal.h:56:4: note: in expansion of macro '_GL_EXPR_SIGNED'
   (_GL_EXPR_SIGNED (e)                                                  \
    ^
./../gl/intprops.h:296:23: note: in expansion of macro '_GL_INT_MAXIMUM'
                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
                       ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) {
                 ^
./../gl/intprops.h:187:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
     : (a) < 0 ? (b) <= (a) + (b)                                         \
           ^
gnutls_int.h:73:44: note: in definition of macro 'unlikely'
 #  define unlikely(x)    __builtin_expect((x), 0)
                                            ^
./../gl/intprops.h:294:3: note: in expansion of macro '_GL_ADD_OVERFLOW'
   op_result_overflow (a, b,                                     \
   ^
./../gl/intprops.h:275:3: note: in expansion of macro '_GL_BINARY_OP_OVERFLOW'
   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
   ^
pkcs11x.c:228:17: note: in expansion of macro 'INT_ADD_OVERFLOW'
    if (unlikely(INT_ADD_OVERFLOW(find_data->exts_size, 1))) {
                 ^
  CC       pkcs11_privkey.lo
  CC       pkcs11_write.lo
  CC       pkcs11_secret.lo
  CC       pkcs11_int.lo
  CC       srp.lo
  CC       psk.lo
  CXX      libgnutlsxx_la-gnutlsxx.lo
  CC       system/certs.lo
  CC       system/threads.lo
  CC       system/fastopen.lo
  CC       system/sockets.lo
  CC       inih/ini.lo
  CC       tls13/encrypted_extensions.lo
  CC       tls13/certificate_request.lo
  CC       tls13/certificate_verify.lo
  CCLD     libgnutls.la
copying selected object files to avoid basename conflicts...
  CXXLD    libgnutlsxx.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib'
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib'
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/lib'
Making all in extra
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/extra'
Making all in includes
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/extra/includes'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/extra/includes'
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/extra'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/extra'
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/extra'
Making all in po
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/po'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/po'
Making all in src/gl
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl'
  GEN      alloca.h
  GEN      arpa/inet.h
  GEN      assert.h
  GEN      byteswap.h
  GEN      errno.h
  GEN      fcntl.h
  GEN      malloc/scratch_buffer.gl.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      netdb.h
  GEN      signal.h
  GEN      stdckdint.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      strings.h
  GEN      sys/select.h
  GEN      sys/socket.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      sys/uio.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
/usr/pkg/bin/gmake  all-recursive
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl'
Making all in .
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl'
  CC       libgnu_gpl_la-basename-lgpl.lo
  CC       libgnu_gpl_la-bitrotate.lo
  CC       libgnu_gpl_la-c-ctype.lo
  CC       libgnu_gpl_la-c-strcasecmp.lo
  CC       libgnu_gpl_la-c-strncasecmp.lo
  CC       libgnu_gpl_la-canonicalize-lgpl.lo
  CC       libgnu_gpl_la-cloexec.lo
  CC       libgnu_gpl_la-close-stream.lo
  CC       libgnu_gpl_la-error.lo
  CC       libgnu_gpl_la-exitfail.lo
  CC       libgnu_gpl_la-explicit_bzero.lo
  CC       libgnu_gpl_la-fcntl.lo
  CC       libgnu_gpl_la-fd-hook.lo
  CC       libgnu_gpl_la-fpending.lo
  CC       libgnu_gpl_la-free.lo
  CC       libgnu_gpl_la-getprogname.lo
  CC       libgnu_gpl_la-gettime.lo
  CC       libgnu_gpl_la-hash.lo
  CC       libgnu_gpl_la-hash-pjw-bare.lo
  CC       libgnu_gpl_la-ialloc.lo
  CC       libgnu_gpl_la-gl_linked_list.lo
  CC       libgnu_gpl_la-gl_linkedhash_list.lo
  CC       libgnu_gpl_la-gl_list.lo
  CC       libgnu_gpl_la-malloca.lo
  CC       libgnu_gpl_la-mempcpy.lo
  CC       libgnu_gpl_la-nstrftime.lo
  CC       libgnu_gpl_la-parse-datetime.lo
In file included from intprops.h:21:0,
                 from parse-datetime.y:39:
parse-datetime.y: In function 'to_tm_year':
intprops-internal.h:369:17: warning: integer overflow in expression [-Woverflow]
       || (tmax) + (b) < (a)))
                 ^
intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_SUBTRACT_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
intprops-internal.h:264:10: note: in expansion of macro '_GL_INT_OP_CALC'
        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
          ^
intprops-internal.h:156:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, -, _GL_INT_SUBTRACT_RANGE_OVERFLOW)
    ^
intprops.h:301:37: note: in expansion of macro '_GL_INT_SUBTRACT_WRAPV'
 #define INT_SUBTRACT_WRAPV(a, b, r) _GL_INT_SUBTRACT_WRAPV (a, b, r)
                                     ^
parse-datetime.y:1283:9: note: in expansion of macro 'INT_SUBTRACT_WRAPV'
       : INT_SUBTRACT_WRAPV (year, TM_YEAR_BASE, tm_year))
         ^
parse-datetime.y: In function 'yylex':
intprops-internal.h:369:17: warning: integer overflow in expression [-Woverflow]
       || (tmax) + (b) < (a)))
                 ^
intprops-internal.h:299:4: note: in expansion of macro '_GL_INT_SUBTRACT_RANGE_OVERFLOW'
   (overflow (a, b, tmin, tmax) \
    ^
intprops-internal.h:273:11: note: in expansion of macro '_GL_INT_OP_CALC'
         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
           ^
intprops-internal.h:268:7: note: in expansion of macro '_GL_INT_OP_WRAPV_LONGISH'
     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
       ^
intprops-internal.h:156:4: note: in expansion of macro '_GL_INT_OP_WRAPV'
    _GL_INT_OP_WRAPV (a, b, r, -, _GL_INT_SUBTRACT_RANGE_OVERFLOW)
    ^
intprops.h:301:37: note: in expansion of macro '_GL_INT_SUBTRACT_WRAPV'
 #define INT_SUBTRACT_WRAPV(a, b, r) _GL_INT_SUBTRACT_WRAPV (a, b, r)
                                     ^
parse-datetime.y:1478:23: note: in expansion of macro 'INT_SUBTRACT_WRAPV'
                   if (INT_SUBTRACT_WRAPV (s, 1, &s))
                       ^
  CC       libgnu_gpl_la-progname.lo
  CC       libgnu_gpl_la-rawmemchr.lo
  CC       libgnu_gpl_la-read-file.lo
  CC       libgnu_gpl_la-secure_getenv.lo
  CC       libgnu_gpl_la-sockets.lo
  CC       libgnu_gpl_la-stat-time.lo
  CC       libgnu_gpl_la-strerror.lo
  CC       libgnu_gpl_la-strerror-override.lo
  CC       libgnu_gpl_la-strverscmp.lo
  CC       libgnu_gpl_la-sys_socket.lo
  CC       glthread/libgnu_gpl_la-threadlib.lo
  CC       libgnu_gpl_la-timegm.lo
  CC       libgnu_gpl_la-timespec.lo
  CC       glthread/libgnu_gpl_la-tls.lo
  CC       libgnu_gpl_la-unistd.lo
  CC       libgnu_gpl_la-xmalloc.lo
  CC       libgnu_gpl_la-xalloc-die.lo
  CC       libgnu_gpl_la-gl_xlist.lo
  CC       libgnu_gpl_la-xsize.lo
  CC       asnprintf.lo
  CC       mktime.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       vasnprintf.lo
  CC       malloc/libgnu_gpl_la-scratch_buffer_grow.lo
  CC       malloc/libgnu_gpl_la-scratch_buffer_grow_preserve.lo
  CC       malloc/libgnu_gpl_la-scratch_buffer_set_array_size.lo
  CC       glthread/libgnu_gpl_la-lock.lo
  CCLD     libgnu_gpl.la
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl'
Making all in tests
gmake[4]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl/tests'
  GEN      ctype.h
  GEN      langinfo.h
  GEN      locale.h
  GEN      pthread.h
  GEN      sched.h
  GEN      sys/ioctl.h
## ---------------------------------------------------- ##
## ------------------- Gnulib tests ------------------- ##
## You can ignore compiler warnings in this directory.  ##
## ---------------------------------------------------- ##
/usr/pkg/bin/gmake  all-recursive
gmake[5]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl/tests'
Making all in .
gmake[6]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl/tests'
gmake[6]: Nothing to be done for 'all-am'.
gmake[6]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl/tests'
gmake[5]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl/tests'
gmake[4]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl/tests'
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl'
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src/gl'
Making all in src
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src'
/usr/pkg/bin/gmake  all-am
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/src'
  CC       psk.o
  CC       psktool-options.lo
  CC       cli-debug.o
  CC       tests.o
  CC       socket.o
  CC       common.o
common.c: In function 'compress_cert_set_methods':
common.c:314:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
 #pragma GCC diagnostic ignored "-Wanalyzer-mismatching-deallocation"
         ^
  CC       gnutls-cli-debug-options.lo
  CC       certtool.o
  CC       certtool-common.o
  CC       certtool-extras.o
  CC       certtool-options.lo
  CC       certtool-cfg.lo
  CC       cfg.lo
  CC       serv.o
  CC       udp-serv.o
  CC       gnutls-serv-options.lo
  CC       cli.o
gnutls-serv-options.c: In function 'process_options':
gnutls-serv-options.c:403:56: warning: comparison is always false due to limited range of data type [-Wtype-limits]
   if (HAVE_OPT(MAXEARLYDATA) && OPT_VALUE_MAXEARLYDATA > 2147483648)
                                                        ^
  CC       benchmark-cipher.o
  CC       benchmark.o
  CC       benchmark-tls.o
  CC       ocsptool-common.o
  CC       gnutls-cli-options.lo
  CC       ocsptool.o
  CC       ocsptool-options.lo
  CC       p11tool-p11tool.o
  CC       p11tool-pkcs11.o
  CC       p11tool-certtool-common.o
  CC       p11tool-certtool-extras.o
  CC       p11tool-common.o
common.c: In function 'compress_cert_set_methods':
common.c:314:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
 #pragma GCC diagnostic ignored "-Wanalyzer-mismatching-deallocation"
         ^
  CC       p11tool-options.lo
  CC       systemkey.o
  CC       systemkey-tool-options.lo
  CC       dumpcfg-cfg.o
  CC       danetool-options.lo
  CCLD     libcmd-psk.la
  CCLD     libcmd-cli-debug.la
  CCLD     libcerttool-cfg.la
  CCLD     libcmd-serv.la
  CCLD     libcmd-cli.la
  CCLD     libcmd-ocsp.la
  CCLD     dumpcfg
copying selected object files to avoid basename conflicts...
  CCLD     psktool
  CCLD     gnutls-cli-debug
  CCLD     libcmd-certtool.la
  CCLD     gnutls-serv
  CCLD     gnutls-cli
  CCLD     ocsptool
copying selected object files to avoid basename conflicts...
  CCLD     libcmd-p11tool.la
copying selected object files to avoid basename conflicts...
  CCLD     libcmd-systemkey.la
  CCLD     libcmd-danetool.la
copying selected object files to avoid basename conflicts...
copying selected object files to avoid basename conflicts...
  CCLD     certtool
  CCLD     p11tool
  CCLD     systemkey
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src'
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/src'
Making all in tests
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/tests'
Making all in .
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/tests'
  CC       datefudge-check.o
  CC       utils.lo
  CC       seccomp.lo
  CC       utils-adv.lo
  CC       pkcs11/pkcs11-mock.lo
  CC       pkcs11/pkcs11-mock2.lo
  CCLD     libutils.la
  CCLD     libpkcs11mock2.la
  CCLD     libpkcs11mock1.la
  CCLD     datefudge-check
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/tests'
Making all in cert-tests
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/tests/cert-tests'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/tests/cert-tests'
Making all in slow
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/tests/slow'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/tests/slow'
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/tests'
Making all in fuzz
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/fuzz'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/fuzz'
Making all in doc/manpages
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/doc/manpages'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/doc/manpages'
Making all in doc
gmake[2]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/doc'
Making all in examples
gmake[3]: Entering directory '/work/security/gnutls/work/gnutls-3.8.0/doc/examples'
  CC       ex-client-resume.o
  CC       ex-alert.lo
  CC       ex-pkcs12.lo
  CC       ex-session-info.lo
  CC       ex-x509-info.lo
  CC       ex-verify.lo
  CC       ex-client-x509-3.1.lo
  CC       tcp.lo
  CC       udp.lo
  CC       ex-pkcs11-list.lo
  CC       verify.lo
  CC       ex-verify-ssh.lo
  CC       ex-client-dtls.o
  CC       ex-cert-select.o
  CC       ex-client-x509.o
  CC       ex-serv-dtls.o
  CC       print-ciphersuites.o
  CC       ex-serv-x509.o
  CXX      ex-cxx.o
  CC       ex-client-anon.o
In file included from ../../config.h:2771:0,
                 from ex-cxx.cpp:1:
/usr/include/g++/type_traits:1068:7: error: expected identifier before '(' token
       static_assert(sizeof...(_Args) > 1,
       ^
/usr/include/g++/type_traits:1068:7: error: expected ')' before 'sizeof'
       static_assert(sizeof...(_Args) > 1,
       ^
/usr/include/g++/type_traits:1068:7: error: expected ')' before 'sizeof'
/usr/include/g++/type_traits:1068:7: error: expected ';' at end of member declaration
       static_assert(sizeof...(_Args) > 1,
       ^
/usr/include/g++/type_traits:1068:7: error: expected unqualified-id before 'sizeof'
       static_assert(sizeof...(_Args) > 1,
       ^
/usr/include/g++/type_traits:2027:7: error: expected identifier before '(' token
       static_assert(sizeof...(_Types) != 0, "At least one type is required");
       ^
/usr/include/g++/type_traits:2027:7: error: expected ')' before 'sizeof'
       static_assert(sizeof...(_Types) != 0, "At least one type is required");
       ^
/usr/include/g++/type_traits:2027:7: error: expected ')' before 'sizeof'
/usr/include/g++/type_traits:2027:7: error: expected ';' at end of member declaration
       static_assert(sizeof...(_Types) != 0, "At least one type is required");
       ^
/usr/include/g++/type_traits:2027:7: error: expected unqualified-id before 'sizeof'
       static_assert(sizeof...(_Types) != 0, "At least one type is required");
       ^
  CC       ex-serv-anon.o
/usr/include/g++/bits/stl_algobase.h: In instantiation of 'static _Tp* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(const _Tp*, const _Tp*, _Tp*) [with _Tp = gnutls_datum_t; bool _IsMove = true]':
/usr/include/g++/bits/stl_algobase.h:402:44:   required from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = true; _II = gnutls_datum_t*; _OI = gnutls_datum_t*]'
/usr/include/g++/bits/stl_algobase.h:438:45:   required from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = true; _II = gnutls_datum_t*; _OI = gnutls_datum_t*]'
/usr/include/g++/bits/stl_algobase.h:471:8:   required from '_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator<gnutls_datum_t*>; _OI = gnutls_datum_t*]'
/usr/include/g++/bits/stl_uninitialized.h:93:27:   required from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<gnutls_datum_t*>; _ForwardIterator = gnutls_datum_t*]'
/usr/include/g++/bits/stl_uninitialized.h:126:15:   required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<gnutls_datum_t*>; _ForwardIterator = gnutls_datum_t*]'
/usr/include/g++/bits/stl_uninitialized.h:281:37:   required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<gnutls_datum_t*>; _ForwardIterator = gnutls_datum_t*; _Tp = gnutls_datum_t]'
/usr/include/g++/bits/stl_uninitialized.h:303:2:   required from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = gnutls_datum_t*; _ForwardIterator = gnutls_datum_t*; _Allocator = std::allocator<gnutls_datum_t>]'
/usr/include/g++/bits/vector.tcc:422:8:   required from 'void std::vector<_Tp, _Alloc>::_M_emplace_back_aux(_Args&& ...) [with _Args = {const gnutls_datum_t&}; _Tp = gnutls_datum_t; _Alloc = std::allocator<gnutls_datum_t>]'
/usr/include/g++/bits/stl_vector.h:923:23:   required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = gnutls_datum_t; _Alloc = std::allocator<gnutls_datum_t>; std::vector<_Tp, _Alloc>::value_type = gnutls_datum_t]'
../../lib/includes/gnutls/gnutlsxx.h:596:33:   required from here
/usr/include/g++/bits/stl_algobase.h:380:4: error: '_Static_assert' was not declared in this scope
    static_assert( __assignable::type::value, "type is not assignable" );
    ^
gmake[3]: *** [Makefile:2523: ex-cxx.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/doc/examples'
gmake[2]: *** [Makefile:4969: all-recursive] Error 1
gmake[2]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0/doc'
gmake[1]: *** [Makefile:2274: all-recursive] Error 1
gmake[1]: Leaving directory '/work/security/gnutls/work/gnutls-3.8.0'
gmake: *** [Makefile:2199: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/security/gnutls
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/security/gnutls