(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
pru/
regio-hi.c
       1  /* Test __regio_symbol invalid access diagnostic for HImode.  */
       2  
       3  /* { dg-do compile } */
       4  /* { dg-options "-O1" } */
       5  
       6  #include <stdint.h>
       7  
       8  extern volatile __regio_symbol
       9  uint16_t __R31; /* { dg-error "only 32-bit access is supported for '__regio_symbol' address space" } */