From patchwork Tue Jun 22 15:03:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [wwwdocs] Some news into gcc-4.6 From: Jan Hubicka X-Patchwork-Id: 56521 Message-Id: <20100622150351.GA5565@kam.mff.cuni.cz> To: gcc-patches@gcc.gnu.org Date: Tue, 22 Jun 2010 17:03:51 +0200 > > +        
  • Improved auto-detection of const and pure > > +             functions.  Newly noreturn functions are auto-detected. > > +            

    -fsuggest-attribute flag is available to make compiler > > I think the option is href="http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#Warning-Options">-Wsuggest-attribute=[const|pure|nothrow] > > BTW, the description in the manual does not mention Wsuggest-attribute=nothrow. It is because nothrow is not implemented yet. I plan to update patch for that. Here s updated patch. I am not sure about HTML way of making linebreak ;) Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.18 diff -u -r1.18 changes.html --- changes.html 13 Jun 2010 12:44:28 -0000 1.18 +++ changes.html 22 Jun 2010 15:01:28 -0000 @@ -43,6 +43,34 @@ with options that can affect standards compliance but result in better optimized code. For example -Ofast enables -ffast-math.

  • +
  • Interprocedural optimizations improvements
  • + + + +

    Compile time and memory usage improvements

    +

    New Languages and Language specific improvements