From patchwork Wed Sep 19 15:58:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs,4.6,committed] Date: Wed, 19 Sep 2012 05:58:12 -0000 From: Georg-Johann Lay X-Patchwork-Id: 185092 Message-Id: <5059EB94.1050809@gjlay.de> To: GCC Patches Applied the following patch that moved the note about the progmem attribute for AVR from the "improvements" section to "caveats". Johann * gcc-4.6/changes.html (avr): Mode note on progmem attribute from "improvments" to "caveats". Index: gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.142 diff -u -p -r1.142 changes.html --- gcc-4.6/changes.html 10 Aug 2012 16:25:46 -0000 1.142 +++ gcc-4.6/changes.html 19 Sep 2012 15:52:01 -0000 @@ -77,6 +77,10 @@ by this change. (This change affects GCC versions 4.6.4 and later, with the exception of versions 4.7.0 and 4.7.1.) +
  • On AVR, variables with the progmem + attribute to locate data in flash memory must be qualified + as const.
  • +
  • Support for a number of older systems and recently unmaintained or untested target ports of GCC has been declared obsolete in GCC 4.6. Unless there is activity to revive them, the @@ -801,13 +805,6 @@ default.

  • - -

    AVR

    - -

    IA-32/x86-64