blob: 3139d2d52b0faa972220407408da00dd366a503c [file] [log] [blame]
/* { 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