1  /* { dg-do compile } */
       2  /* { dg-additional-options "-mmcu=msp430fr5969" } */
       3  /* MSP430FR5969 has msp430x ISA and f5series hwmult in the hard-coded data,
       4     check that the different values for this device in devices.csv override it.
       5     */
       6  /* { dg-warning "does not have hardware multiply" "" { target msp430_hwmul_not_none } 0 } */
       7  /* { dg-warning "supports 430 ISA but" "" { target msp430_430x_selected } 0 } */
       8  /* { dg-error "'-mlarge' requires a 430X-compatible '-mmcu='" "" { target msp430_mlarge_selected } 0 } */
       9  
      10  
      11  #include "devices-main.c"