From patchwork Mon Apr 11 08:58:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdata,committed] gcc-4.7/changes.html: Update Fortran section Date: Sun, 10 Apr 2011 22:58:54 -0000 From: Tobias Burnus X-Patchwork-Id: 90573 Message-Id: <4DA2C2CE.4060808@net-b.de> To: gcc patches , gfortran Hi all, I have committed the attached patch as obvious. Changes: - Add id="fortran" to

(as it was in previous release notes; there are people directly linking to it (Hi! Hi Toon!)) - Fixed a typo (optim(i)zation) - For the flags, link to the documentation - Mention coarray changes Tobias Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.8 diff -u -r1.8 changes.html --- changes.html 10 Apr 2011 10:39:13 -0000 1.8 +++ changes.html 11 Apr 2011 08:53:50 -0000 @@ -59,17 +59,29 @@

Runtime Library (libstdc++)

-

Fortran

+

Fortran

  • Front-end optimizations can now be selected by the - -ffrontend-optimize option and deselected by + -ffrontend-optimize option and deselected by the -fno-frontend-optimize option.
  • When front-end optimization removes a function call, - -Wfunction-elimination warns about that.
  • -
  • When performing front-end-optimzation, the - -faggressive-function-elimination option + -Wfunction-elimination warns about that.
  • +
  • When performing front-end-optimization, the + -faggressive-function-elimination option allows the removal of duplicate function calls even for impure functions.
  • +
  • Fortran 2008: +

Java (GCJ)