r242859 - in /trunk/gcc/testsuite: ChangeLog gc...
saaadhu@gcc.gnu.org
saaadhu@gcc.gnu.org
Fri Nov 25 08:15:00 GMT 2016
Author: saaadhu
Date: Fri Nov 25 08:15:42 2016
New Revision: 242859
URL: https://gcc.gnu.org/viewcvs?rev=242859&root=gcc&view=rev
Log:
Fix bogus pr64277.c failure for avr
The smaller int size for the avr target breaks the test's
expectation on the number of iterations. The failure goes
away if 32 bit ints are used in place of a plain int.
Fix by conditionally typedef int32_t to __INT32_TYPE__ for targets
with int size < 4, and then use int32_t everywhere.
gcc/testsuite
016-11-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/pr64277.c: Use __INT32_TYPE__ for targets
with sizeof(int) < 4.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/pr64277.c
More information about the Gcc-cvs
mailing list