* gcc.target/arm/ftest-armv7a-thumb.c: Change aramv7-a to armv7-a.

From-SVN: r207457
This commit is contained in:
Renlin Li 2014-02-04 10:05:30 +00:00 committed by Kyrylo Tkachov
parent 66b3ed5f3d
commit 2687eb3371
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-02-04 Renlin Li <Renlin.Li@arm.com>
* gcc.target/arm/ftest-armv7a-thumb.c: Change aramv7-a to armv7-a.
2014-02-04 Jakub Jelinek <jakub@redhat.com>
PR middle-end/59261

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=aramv7-a" } } */
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv7-a" } } */
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
/* { dg-options "-mthumb" } */
/* { dg-add-options arm_arch_v7a } */