1  /* { dg-do compile } */
       2  /* { dg-skip-if "MCU supports 430 ISA only" { *-*-* } { "-mlarge" "-mcpu=msp430x*" } { "" } } */
       3  /* { dg-additional-options "-mmcu=msp430f012 -mcpu=msp430 -mhwmult=16bit" } */
       4  
       5  /* Test that MCU names in devices.csv are only chosen if the full device name
       6     is matched exactly.
       7     msp430f0123 (with 430X ISA and f5series hwmult) appears before msp430f012 in
       8     devices.csv, but should not be matched.
       9     Errors and warnings will be emitted if msp430f0123 is wrongly matched.  */
      10  
      11  #include "devices-main.c"