pr44023.c: Add dg-require-effective-target int32plus
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 5 Jul 2011 18:27:57 +0000 (18:27 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 5 Jul 2011 18:27:57 +0000 (18:27 +0000)
* gcc.dg/pr44023.c: Add dg-require-effective-target int32plus
* gcc.dg/pr43402.c: Ditto.

From-SVN: r175882

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr43402.c
gcc/testsuite/gcc.dg/pr44023.c

index 778ff5038afe8f3464691517625e0e85d57861f0..ccf0730769bd6ee1b4ab03d4a168f568331cdc58 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 82234c74a85789689c8969ba21906a35fc20552d..e6ef2d7d54d287306438affe14741e4f1b4e7277 100644 (file)
@@ -1,5 +1,7 @@
 /* { dg-do run } */
 /* { dg-options "-O1 -fno-inline" } */
+/* { dg-require-effective-target int32plus } */
+
 extern void abort (void);
 
 static int something;
index ee99bf601bbd3d231ec3fc513dbd9d1e0c698df9..df22bba83f634ad621474ba4bdcf77949baf4c95 100644 (file)
@@ -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)