From 66d9474406bab72469beb3075dcad24c247d6905 Mon Sep 17 00:00:00 2001 From: Terry Guo Date: Wed, 21 Sep 2011 10:06:29 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/arm/neon-thumb2-move.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cba63416817..dcaab9c499b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-09-21 Terry Guo + + * 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 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 430a4d5717f..9cf86dd05fe 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 #include -- 2.30.2