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