[committed] [RISC-V] Skip zbs-ext-2.c for -Oz as well
[official-gcc.git] / gcc / testsuite / gcc.target / arm / ftest-armv4-arm.c
blob447a8ec16ae684a08b3c1370063b3ebeb755deec
1 /* { dg-do compile } */
2 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv4" } } */
3 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-mthumb" } { "" } } */
4 /* { dg-require-effective-target arm_arch_v4_ok } */
5 /* { dg-options "-marm" } */
6 /* { dg-add-options arm_arch_v4 } */
8 #define NEED_ARM_ARCH
9 #define VALUE_ARM_ARCH 4
11 #define NEED_ARM_ARCH_ISA_ARM
12 #define VALUE_ARM_ARCH_ISA_ARM 1
14 #include "ftest-support.h"