Hello,

This patch enables the case pass on targets other than armv7-a by skipping
the architecture conflict message. Is it OK to trunk?

BR,
Terry

2011-09-09  Terry Guo  <terry....@arm.com>

          * gcc.target/arm/neon-thumb2-move.c: Skip the
        architecture conflict to enable the case pass
        on targets other than armv7-a.

diff --git a/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c
b/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c
index 430a4d5..9cf86dd 100644
--- a/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c
+++ b/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c
@@ -3,6 +3,7 @@
 /* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-options "-O2 -mthumb -march=armv7-a" } */
 /* { dg-add-options arm_neon } */
+/* { dg-prune-output "switch .* conflicts with" } */

 #include <arm_neon.h>
 #include <stddef.h>





Reply via email to