Avoid making unportable assumptions about the relationship between SIZE_MAX
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Feb 2016 17:04:03 +0000 (17:04 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Feb 2016 17:04:03 +0000 (17:04 +0000)
commit050273662d97139eefd4ead154b7a3ee78af0b54
tree20a1c935058eea046189d7f537732d0f329c0414
parent650c3ad52165ca3122d18e246b78181fbc398f08
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233677 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/builtin_alloca.C
gcc/testsuite/gcc.dg/builtins-68.c