blob: 1aed4417c1fdcf70a929507cbacd41fd3f0bda2c [file] [log] [blame]
/* { dg-do compile } */
/* This testcase exposes PR65210. Usage of the io_low attribute
causes assertion failure because code only looks for the io
attribute if SYMBOL_FLAG_IO is set. */
volatile char q __attribute__((io_low,address(0x81)));