r241809 - in /trunk/gcc/testsuite: ChangeLog gc...
saaadhu@gcc.gnu.org
saaadhu@gcc.gnu.org
Thu Nov 3 08:04:00 GMT 2016
Author: saaadhu
Date: Thu Nov 3 08:04:40 2016
New Revision: 241809
URL: https://gcc.gnu.org/viewcvs?rev=241809&root=gcc&view=rev
Log:
Fix bougs PR 78170 failure for avr
The test defines int bitfields that are more than 16 bits wide, and this
fails for the avr with its 16 bit integer size. Therefore, require
effective target int32plus.
gcc/testsuite/
2016-11-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.c-torture/execute/pr78170.c: Require int32plus.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.c-torture/execute/pr78170.c
More information about the Gcc-cvs
mailing list