===================================================================
@@ -1,3 +1,5 @@
+/* { dg-require-effective-target int32plus } */
+
#define F 140
#define T 13
===================================================================
@@ -1,4 +1,5 @@
/* PR middle-end/45262 */
+/* { dg-require-effective-target int32plus } */
extern void abort (void);
===================================================================
@@ -1,4 +1,5 @@
-/* { dg-skip-if "Ints are 16 bits" { "pdp11-*-*" } { "*" } { "" } } */
+/* { dg-require-effective-target int32plus } */
+
struct S0
{
};
===================================================================
@@ -2,6 +2,7 @@
took debug insns into account. */
/* { dg-do compile } */
/* { dg-options "-O1 -fsched-pressure -fschedule-insns -fcompare-debug" } */
+/* { dg-require-effective-target int32plus } */
int lzo_adler32(int adler, char *buf)
{
===================================================================
@@ -1,5 +1,6 @@
/* PR debug/43165 */
/* { dg-options "-g" } */
+/* { dg-require-effective-target int32plus } */
struct __attribute__((packed)) S
{
===================================================================
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-require-effective-target int32plus } */
struct S4
{
===================================================================
@@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-require-effective-target int32plus } */
void baz (unsigned);
===================================================================
@@ -1,6 +1,7 @@
/* Verify that we do not IPA-SRA bitfields. */
/* { dg-do run } */
/* { dg-options "-O2" } */
+/* { dg-require-effective-target int32plus } */
extern void abort (void);