(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
devices/
hard-msp430cg4616.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mmcu=msp430cg4616" } */
       3  /* { dg-warning "supports 430X ISA but '-mcpu' option is set to 430" "" { target msp430_430_selected } 0 } */
       4  /* { dg-warning "supports 16-bit hardware multiply" "" { target msp430_hwmul_not_16bit } 0 } */
       5  
       6  /* revision=1, hwmpy=1 */
       7  #include "devices-main.c"