aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/mcpu-is-430.c
blob: 3139d2d52b0faa972220407408da00dd366a503c (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mcpu=*" "-mmcu=*" "-mlarge" } { "" } } */
/* { dg-options "-mcpu=430" } */

/* Verify that the alternate way of selecting the 430 ISA (i.e. with the
   value "430" instead of "msp430") successfully selects the correct ISA.  */

#ifdef __MSP430X__
#error
#endif