r240300 - in /trunk/gcc/testsuite: ChangeLog gc...
saaadhu@gcc.gnu.org
saaadhu@gcc.gnu.org
Wed Sep 21 06:03:00 GMT 2016
Author: saaadhu
Date: Wed Sep 21 06:03:32 2016
New Revision: 240300
URL: https://gcc.gnu.org/viewcvs?rev=240300&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/tree-ssa/pr64130.c
More information about the Gcc-cvs
mailing list