diff mbox

[testsuite,arm] Skip the arch conflict to enable case neon-thumb2-move pass on more targets.

Message ID 003201cc6ed7$5de5d870$19b18950$@guo@arm.com
State New
Headers show

Commit Message

Terry Guo Sept. 9, 2011, 10 a.m. UTC
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.guo@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 mbox

Patch

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>