(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arc/
uncached-7.c
       1  /* { dg-options "-O1" } */
       2  /* { dg-do compile } */
       3  
       4  volatile __attribute__((uncached)) int s[20];
       5  
       6  void s_acc(void)
       7  {
       8      s[10] = 15;
       9  }
      10  
      11  /* { dg-final { scan-assembler-times "st\.di" 1 } } */