diff options
author | Terry Guo <terry.guo@arm.com> | 2011-09-21 10:06:29 +0000 |
---|---|---|
committer | Xuepeng Guo <xguo@gcc.gnu.org> | 2011-09-21 10:06:29 +0000 |
commit | 66d9474406bab72469beb3075dcad24c247d6905 (patch) | |
tree | 5ea4d5a26afd5441947e3f75fac27d2fd09d6e6d /gcc | |
parent | 086f3b9a02480f45948179e785d0b0922238337c (diff) | |
download | gcc-66d9474406bab72469beb3075dcad24c247d6905.zip gcc-66d9474406bab72469beb3075dcad24c247d6905.tar.gz gcc-66d9474406bab72469beb3075dcad24c247d6905.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/neon-thumb2-move.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cba63416..dcaab9c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> PR c++/50454 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> |