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 target/14047] [3.4/3.5 Regression] __progmem__ attribute doesn't work


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-11 08:56 -------
Confirmed.  The problem is that avr was depending on the order of the calls to avr_insert_attributes 
and the actually adding the attribute to the decl.  It really should not depending on them at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-11 08:56:03
               date|                            |
            Summary|__progmem__ attribute       |[3.4/3.5 Regression]
                   |doesn't work                |__progmem__ attribute
                   |                            |doesn't work
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14047


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