OSDN Git Service

* gcc.target/arm/neon-thumb2-move.c: Skip the warning message
authorxguo <xguo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Sep 2011 10:06:29 +0000 (10:06 +0000)
committerxguo <xguo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Sep 2011 10:06:29 +0000 (10:06 +0000)
        on arch conflict when testing case on targets other than armv7-a.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179043 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/neon-thumb2-move.c

index cba6341..dcaab9c 100644 (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>
 
        PR c++/50454
index 430a4d5..9cf86dd 100644 (file)
@@ -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>