[ARM][testsuite] Do not override -mcpu in no-volatile-in-it.c
* gcc.target/arm/no-volatile-in-it.c: Skip if -mcpu is overriden. From-SVN: r225892
This commit is contained in:
parent
b81a2f0dbc
commit
38ef5e6add
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-07-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* gcc.target/arm/no-volatile-in-it.c: Skip if -mcpu is overriden.
|
||||
|
||||
2015-07-16 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR rtl-optimization/66626
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target arm_thumb2_ok } */
|
||||
/* { dg-skip-if "do not override -mcpu" { *-*-* } { "-march=*" "-mcpu=*" } { "-mcpu=cortex-m7" } } */
|
||||
/* { dg-options "-Os -mthumb -mcpu=cortex-m7" } */
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Reference in a new issue