Avoid making unportable assumptions about the relationship between SIZE_MAX
authorMartin Sebor <msebor@redhat.com>
Wed, 24 Feb 2016 17:04:03 +0000 (17:04 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Wed, 24 Feb 2016 17:04:03 +0000 (10:04 -0700)
commit57c2c374df803636ce218618091114ac13647467
tree20a1c935058eea046189d7f537732d0f329c0414
parent65433bb5b64b62dc66c850e312e3edd8236535d9
Avoid making unportable assumptions about the relationship between SIZE_MAX
and UINT_MAX.

gcc/testsuite/ChangeLog:
        * gcc/testsuite/gcc.dg/builtins-68.c: Avoid making unportable
        assumptions about the relationship between SIZE_MAX and UINT_MAX.
        * gcc/testsuite/g++.dg/ext/builtin_alloca.C: Same.

From-SVN: r233677
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/builtin_alloca.C
gcc/testsuite/gcc.dg/builtins-68.c