| Submitter | Terry Guo |
|---|---|
| Date | Sept. 9, 2011, 10 a.m. |
| Message ID | <003201cc6ed7$5de5d870$19b18950$@guo@arm.com> |
| Download | mbox | patch |
| Permalink | /patch/114041/ |
| State | New |
| Headers | show |
Comments
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>
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.