[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Volatile bad compiled while
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] Volatile bad compiled while |
Date: |
Fri, 27 Nov 2009 07:19:45 +0100 (MET) |
max2009tiny <address@hidden> wrote:
> Hi everybody. I make project on Tiny2313 and use
>
> volatile register unsigned char lastrec asm("r8")
"volatile register" doesn't work.
There used to be a warning for this, which has been dropped in the
past. GCC 4.4 does have the warning back:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34351
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)