(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
mcpu-is-430.c
       1  /* { dg-do compile } */
       2  /* { dg-skip-if "" { *-*-* } { "-mcpu=*" "-mmcu=*" "-mlarge" } { "" } } */
       3  /* { dg-options "-mcpu=430" } */
       4  
       5  /* Verify that the alternate way of selecting the 430 ISA (i.e. with the
       6     value "430" instead of "msp430") successfully selects the correct ISA.  */
       7  
       8  #ifdef __MSP430X__
       9  #error
      10  #endif