From: Georg-Johann Lay Date: Tue, 5 Jul 2011 18:27:57 +0000 (+0000) Subject: pr44023.c: Add dg-require-effective-target int32plus X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49bf9170ebead1c2575291cd08716ce970e5f35a;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 778ff5038af..ccf0730769b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-07-05 Georg-Johann Lay + + * gcc.dg/pr44023.c: Add dg-require-effective-target int32plus + * gcc.dg/pr43402.c: Ditto. + 2011-07-05 Georg-Johann Lay * 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 82234c74a85..e6ef2d7d54d 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 ee99bf601bb..df22bba83f6 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)