ada: Reference to nonexistent operator in reduction expression accepted
[official-gcc.git] / gcc / testsuite / gcc.target / arm / ftest-armv4t-thumb.c
blob78878f7d6ec2a539885c263717a64eda54b64b4e
1 /* { dg-do compile } */
2 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv4t" } } */
3 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
4 /* { dg-require-effective-target arm_arch_v4t_thumb_ok } */
5 /* { dg-options "-mthumb" } */
6 /* { dg-add-options arm_arch_v4t } */
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 #define NEED_ARM_ARCH_ISA_THUMB
15 #define VALUE_ARM_ARCH_ISA_THUMB 1
17 #include "ftest-support.h"