blob: 4001b8bd821a3523ec191aefd58777be38961b4e [file] [log] [blame]
/* { dg-options "-O1" } */
/* { dg-do compile } */
volatile __attribute__((uncached)) int s[20];
void s_acc(void)
{
s[10] = 15;
}
/* { dg-final { scan-assembler-times "st\.di" 1 } } */