mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08:00
testsuite: arm: Use -march=unset for cortex-m55* tests
Update test cases to use -mcpu=unset/-march=unset feature introduced in r15-3606-g7d6c6a0d15c. gcc/testsuite/ChangeLog: * gcc.target/arm/cortex-m55-nodsp-flag-hard.c: Added option "-march=unset". * gcc.target/arm/cortex-m55-nodsp-flag-softfp.c: Likewise. * gcc.target/arm/cortex-m55-nodsp-nofp-flag-softfp.c: Likesie. * gcc.target/arm/cortex-m55-nofp-flag-hard.c: Likewise. * gcc.target/arm/cortex-m55-nofp-flag-softfp.c: Likewise. * gcc.target/arm/cortex-m55-nofp-nomve-flag-softfp.c: Likewise. * gcc.target/arm/cortex-m55-nomve-flag-hard.c: Likewise. * gcc.target/arm/cortex-m55-nomve-flag-softfp.c: Likewise. * gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c: Likewise. * gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c: Likewise. Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
This commit is contained in:
parent
3b21edeef9
commit
49d3da0518
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nodsp -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nodsp -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension fp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension fp.dp" } } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension dsp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nodsp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nodsp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension fp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension fp.dp" } } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension dsp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nodsp+nofp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nodsp+nofp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension fp" } } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension fp.dp" } } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension dsp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nofp -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nofp -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler "\.fpu softvfp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension dsp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nofp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nofp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler "\.fpu softvfp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension dsp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nomve+nofp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nomve+nofp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler "\.fpu softvfp" } } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension mve.fp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nomve -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nomve -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension dsp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension fp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nomve -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nomve -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension dsp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension fp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nomve.fp -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nomve.fp -mthumb -mfloat-abi=hard -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension mve.fp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension dsp" } } */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do assemble } */
|
||||
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
|
||||
/* { dg-additional-options "-mcpu=cortex-m55+nomve.fp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-additional-options "-march=unset -mcpu=cortex-m55+nomve.fp -mthumb -mfloat-abi=softfp -mfpu=auto --save-temps" } */
|
||||
/* { dg-final { scan-assembler-not "\.arch_extension mve.fp" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension mve" } } */
|
||||
/* { dg-final { scan-assembler "\.arch_extension dsp" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user