Commit 38ef5e6a by Kyrylo Tkachov Committed by Kyrylo Tkachov

[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
parent b81a2f0d
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
......
/* { 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment