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:
parent
a787f6f9ec
commit
49bf9170eb
3 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -fno-inline" } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
static int something;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue