summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/20030909-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/20030909-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/20030909-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20030909-1.c b/gcc/testsuite/gcc.dg/20030909-1.c
index 2a13270d0c0..21c16e60c77 100644
--- a/gcc/testsuite/gcc.dg/20030909-1.c
+++ b/gcc/testsuite/gcc.dg/20030909-1.c
@@ -1,5 +1,5 @@
/* Verify that ands are combined. */
-/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do compile { target arm*-*-* } } */
/* { dg-options "-O" } */
/* { dg-final { scan-assembler-not "#255.*#255" } } */
int f(int a, int b) { return ((a & 0xff) + (b & 0xff)) & 0xff; }
OpenPOWER on IntegriCloud