Make integer size explicit
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
Wed, 21 Sep 2016 06:03:32 +0000 (06:03 +0000)
committerSenthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
Wed, 21 Sep 2016 06:03:32 +0000 (06:03 +0000)
commit37d168aedcc08d271bf5546288be7ad18d4def5e
treec032895667336bd832042caef8518a642d23dabc
parent664540008bf3784a9b9995da0a1696d02c5ffea5
Make integer size explicit

For the lower vrp bound to be 2/-2, unsigned ints must be 4 bytes wide. This
breaks targets like avr. Explicitly using __UINT32_TYPE__ (behind a typedef)
makes the testcase pass for all targets.

gcc/testsuite/ChangeLog:

2016-09-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

* gcc.dg/tree-ssa/pr64130.c: Use __UINT32_TYPE__ instead of int.

From-SVN: r240300
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr64130.c