r242954 - in /trunk/gcc/testsuite: ChangeLog gc...

saaadhu@gcc.gnu.org saaadhu@gcc.gnu.org
Tue Nov 29 11:21:00 GMT 2016


Author: saaadhu
Date: Tue Nov 29 11:21:46 2016
New Revision: 242954

URL: https://gcc.gnu.org/viewcvs?rev=242954&root=gcc&view=rev
Log:
Fix bogus pr31096-1.c failure for avr

The dump expects literals which would only be present if the target's
int size is 32 bits.

Fix by explicitly using 32 bit ints for targets with __SIZEOF_INT__ < 4.

gcc/testsuite/
2016-11-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

	* testsuite/gcc.dg/pr31096-1.c: Use __{U,}INT32_TYPE__ for
	targets with sizeof(int) < 4.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr31096-1.c



More information about the Gcc-cvs mailing list