diff mbox

[testsuite] Fix bogus PR 78170 failure for avr

Message ID 87y410zzz8.fsf@atmel.com
State New
Headers show

Commit Message

Senthil Kumar Selvaraj Nov. 3, 2016, 9:15 a.m. UTC
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.selvaraj@atmel.com>

	* gcc.c-torture/execute/pr78170.c: Require int32plus.
diff mbox

Patch

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.  */