* gcc.dg/pr44023.c: Add dg-require-effective-target int32plus
* gcc.dg/pr43402.c: Ditto.
From-SVN: r175882
+2011-07-05 Georg-Johann Lay <avr@gjlay.de>
+
+ * gcc.dg/pr44023.c: Add dg-require-effective-target int32plus
+ * gcc.dg/pr43402.c: Ditto.
+
2011-07-05 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp.
/* { dg-do run } */
/* { dg-options "-O1 -fno-inline" } */
+/* { dg-require-effective-target int32plus } */
+
extern void abort (void);
static int something;
/* { dg-do compile } */
/* { dg-options "-fcompare-debug -O2" } */
/* { dg-options "-fcompare-debug -O2 -mcpu=ev67" { target alpha*-*-* } } */
+/* { dg-require-effective-target int32plus } */
void
foo (unsigned f, long v, unsigned *w, unsigned a, unsigned b, unsigned e, unsigned c, unsigned d)