pr44023.c: Add dg-require-effective-target int32plus

* gcc.dg/pr44023.c: Add dg-require-effective-target int32plus
	* gcc.dg/pr43402.c: Ditto.

From-SVN: r175882
This commit is contained in:
Georg-Johann Lay 2011-07-05 18:27:57 +00:00 committed by Georg-Johann Lay
parent a787f6f9ec
commit 49bf9170eb
3 changed files with 8 additions and 0 deletions

View 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.

View 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;

View 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)