Message ID | 4D74C6E4.7000907@codesourcery.com |
---|---|
State | New |
Headers | show |
2010-09-30 Jie Zhang <jie@codesourcery.com> gcc/testsuite/ * gcc.target/arm/neon-thumb2-move.c: Add dg-require-effective-target arm_thumb2_ok. --- a/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c +++ b/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-require-effective-target arm_neon_ok } */ +/* { dg-require-effective-target arm_thumb2_ok } */ /* { dg-options "-O2 -mthumb -march=armv7-a" } */ /* { dg-add-options arm_neon } */
-------- Original Message -------- Subject: [PATCH][ARM] Limit thumb2 test to thumb2 targets Date: Thu, 10 Feb 2011 15:29:49 +0000 From: Andrew Stubbs <ams@codesourcery.com> Organization: CodeSourcery To: gcc-patches@gcc.gnu.org I'm posting this patch on behalf of Jie. The patch simply prevents a test failure on non-thumb2 targets. OK? Andrew