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

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

#ifndef __MSP430X__
#error
#endif