Hi, The below patch requires int32plus for gcc.c-torture/execute/pr78170.c, as it has int bitfields that are more than 16 bits wide.
Committed to trunk as obvious. Regards Senthil gcc/testsuite/ChangeLog 2016-11-03 Senthil Kumar Selvaraj <senthil_kumar.selva...@atmel.com> * gcc.c-torture/execute/pr78170.c: Require int32plus. Index: gcc.c-torture/execute/pr78170.c =================================================================== --- gcc.c-torture/execute/pr78170.c (revision 241808) +++ gcc.c-torture/execute/pr78170.c (working copy) @@ -1,3 +1,5 @@ +/* { dg-require-effective-target int32plus } */ + /* PR tree-optimization/78170. Check that sign-extended store to a bitfield doesn't overwrite other fields. */