aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/pr43402.c2
-rw-r--r--gcc/testsuite/gcc.dg/pr44023.c1
3 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 778ff50..ccf0730 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,4 +1,9 @@
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.
diff --git a/gcc/testsuite/gcc.dg/pr43402.c b/gcc/testsuite/gcc.dg/pr43402.c
index 82234c7..e6ef2d7 100644
--- a/gcc/testsuite/gcc.dg/pr43402.c
+++ b/gcc/testsuite/gcc.dg/pr43402.c
@@ -1,5 +1,7 @@
/* { dg-do run } */
/* { dg-options "-O1 -fno-inline" } */
+/* { dg-require-effective-target int32plus } */
+
extern void abort (void);
static int something;
diff --git a/gcc/testsuite/gcc.dg/pr44023.c b/gcc/testsuite/gcc.dg/pr44023.c
index ee99bf6..df22bba 100644
--- a/gcc/testsuite/gcc.dg/pr44023.c
+++ b/gcc/testsuite/gcc.dg/pr44023.c
@@ -2,6 +2,7 @@
/* { 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)