mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08:00
testsuite: arm: Use effective target for pr57735.C test
Update test cases to use -mcpu=unset/-march=unset feature introduced in r15-3606-g7d6c6a0d15c. gcc/testsuite/ChangeLog: * g++.dg/ext/pr57735.C: Use effective-target arm_cpu_xscale_arm. Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
This commit is contained in:
parent
115ae676fc
commit
3b21edeef9
@ -1,8 +1,7 @@
|
||||
/* { dg-do compile { target arm*-*-* } } */
|
||||
/* { dg-require-effective-target arm_arch_v5te_ok } */
|
||||
/* { dg-require-effective-target arm_arm_ok } */
|
||||
/* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=soft" } } */
|
||||
/* { dg-options "-march=armv5te -marm -mtune=xscale -mfloat-abi=soft -O1 -Wno-return-type" } */
|
||||
/* { dg-require-effective-target arm_cpu_xscale_arm_ok } */
|
||||
/* { dg-options "-O1 -Wno-return-type" } */
|
||||
/* { dg-add-options arm_cpu_xscale_arm } */
|
||||
|
||||
typedef unsigned int size_t;
|
||||
__extension__
|
||||
|
Loading…
Reference in New Issue
Block a user