This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/38342] [4.4/4.5/4.6/4.7 Regression] __attribute__((__progmem__)) not propagated from typedef to data
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 3 Jul 2011 20:56:02 +0000
- Subject: [Bug target/38342] [4.4/4.5/4.6/4.7 Regression] __attribute__((__progmem__)) not propagated from typedef to data
- Auto-submitted: auto-generated
- References: <bug-38342-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38342
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |gjl at gcc dot gnu.org
Known to work| |
Resolution| |WONTFIX
--- Comment #9 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-07-03 20:55:42 UTC ---
Closed as WON'T FIX.
Please don't use undocumented features and read chapter "Specifying Attributes
of Types" in you user manual. There's nothing like a type attribute for AVR.
Read the documented AVR part of "Specifying Attributes of Variables" to use
__attribute__((progmem)) appropriately.
Current:
http://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html#Type-Attributes
4.3.0:
http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Type-Attributes.html#Type-Attributes