[ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and macro_defs1.c when -marm forced
On behalf of Mantas Mikaitis 2015-07-13 Mantas Mikaitis <mantas.mikaitis@arm.com> * gcc.target/arm/macro_defs0.c: Add directive to skip test if -marm is present. * gcc.target/arm/macro_defs1.c: Likewise. From-SVN: r225742
This commit is contained in:
parent
9c358739d7
commit
474d4bbe1d
@ -1,3 +1,9 @@
|
||||
2015-07-13 Mantas Mikaitis <mantas.mikaitis@arm.com>
|
||||
|
||||
* gcc.target/arm/macro_defs0.c: Add directive to skip
|
||||
test if -marm is present.
|
||||
* gcc.target/arm/macro_defs1.c: Likewise.
|
||||
|
||||
2015-07-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* gcc.target/aarch64/adds3.c: Adjust for more aggressive
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv7-m" } } */
|
||||
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-mfloat-abi=*" } { "-mfloat-abi=soft" } } */
|
||||
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
|
||||
/* { dg-options "-march=armv7-m -mcpu=cortex-m3 -mfloat-abi=soft -mthumb" } */
|
||||
|
||||
#ifdef __ARM_FP
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv6-m" } } */
|
||||
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
|
||||
/* { dg-options "-march=armv6-m -mthumb" } */
|
||||
|
||||
#ifdef __ARM_NEON_FP
|
||||
|
Loading…
x
Reference in New Issue
Block a user