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