mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
086f3b9a02
commit
66d9474406
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue