(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
devices/
csv-msp430_02.c
       1  /* { dg-do compile } */
       2  /* { dg-additional-options "-mmcu=msp430_02" } */
       3  /* { dg-warning "supports 16-bit hardware multiply" "" { target msp430_hwmul_not_16bit } 0 } */
       4  /* { dg-warning "supports 430 ISA but" "" { target msp430_430x_selected } 0 } */
       5  /* { dg-error "'-mlarge' requires a 430X-compatible '-mmcu='" "" { target msp430_mlarge_selected } 0 } */
       6  
       7  #include "devices-main.c"