This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/13428] gcc-avr doesn't work non-constant array references


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]