neon-thumb2-move.c: Skip the warning message on arch conflict when...

* gcc.target/arm/neon-thumb2-move.c: Skip the warning message
        on arch conflict when testing case on targets other than armv7-a.

From-SVN: r179043
This commit is contained in:
Terry Guo 2011-09-21 10:06:29 +00:00 committed by Xuepeng Guo
parent 086f3b9a02
commit 66d9474406
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-09-21 Terry Guo <terry.guo@arm.com>
* gcc.target/arm/neon-thumb2-move.c: Skip the warning message
on arch conflict when testing case on targets other than armv7-a.
2011-09-21 Paolo Carlini <paolo.carlini@oracle.com> 2011-09-21 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50454 PR c++/50454

View File

@ -3,6 +3,7 @@
/* { dg-require-effective-target arm_thumb2_ok } */ /* { dg-require-effective-target arm_thumb2_ok } */
/* { dg-options "-O2 -mthumb -march=armv7-a" } */ /* { dg-options "-O2 -mthumb -march=armv7-a" } */
/* { dg-add-options arm_neon } */ /* { dg-add-options arm_neon } */
/* { dg-prune-output "switch .* conflicts with" } */
#include <arm_neon.h> #include <arm_neon.h>
#include <stddef.h> #include <stddef.h>