This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13428] gcc-avr doesn't work non-constant array references
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Dec 2003 22:23:18 -0000
- Subject: [Bug c/13428] gcc-avr doesn't work non-constant array references
- References: <20031218064547.13428.ken@realtronix.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-24 22:23 -------
Does this work without PROGMEM at all, make sure that you remove the const?
Because the attribute only sets the section different so the attribute cannot be doing
anything to change the asm.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Summary|gcc-avr doesn't work |gcc-avr doesn't work non-
|properly with |constant array references
|__attribute__((__progmem__))|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13428