aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/avr/pr65210.c
blob: 1aed4417c1fdcf70a929507cbacd41fd3f0bda2c (plain)
1
2
3
4
5
6
7
/* { 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)));