r246318 - in /trunk/gcc/testsuite: ChangeLog gc...
saaadhu@gcc.gnu.org
saaadhu@gcc.gnu.org
Tue Mar 21 12:05:00 GMT 2017
Author: saaadhu
Date: Tue Mar 21 12:05:09 2017
New Revision: 246318
URL: https://gcc.gnu.org/viewcvs?rev=246318&root=gcc&view=rev
Log:
Fix failing overflow-1.c for avr
The test assumes 32 bit ints, and expects a constant in the
dump that is only valid for 32 bit ints. Fix by explicitly
specifying __UINT32_TYPE__.
gcc/testsuite/
2017-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/tree-ssa/overflow-1.c: Use __UINT32_TYPE__ for targets
with sizeof(int) < 4.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/tree-ssa/overflow-1.c
More information about the Gcc-cvs
mailing list