blob: 7a6bade81c4b0fc1aee9514065cdd8bf9447990d [file] [log] [blame]
/* { dg-do compile } */
volatile __attribute__((uncached)) int * status =
(volatile __attribute__((uncached)) int *) 0x04 ;
int get_stat (void)
{
return *status;
}
/* { dg-final { scan-assembler-times "ld\.di" 1 } } */