From patchwork Sun Jun 13 12:45:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Update gcc-4.6/changes.html for Fortran Date: Sun, 13 Jun 2010 02:45:13 -0000 From: Gerald Pfeifer X-Patchwork-Id: 55429 Message-Id: To: Tobias Burnus Cc: gcc patches , gfortran On Mon, 7 Jun 2010, Tobias Burnus wrote: > Thanks for the suggestions. I have now committed the following. If you > have more suggestions, they are welcome as one can still change that > file ... Sounds good. I just committed the following follow-up, only two minor changes as you can see. Keep the good stuff coming! Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.17 diff -u -3 -p -r1.17 changes.html --- changes.html 7 Jun 2010 19:30:19 -0000 1.17 +++ changes.html 13 Jun 2010 12:43:55 -0000 @@ -90,10 +90,11 @@

Fortran

  • Much improved compile time for large array constructors.
  • -
  • Improved diagnostics, especially with -fwhole-file.
  • +
  • Improved diagnostics, especially with + -fwhole-file.
  • Fortran 2003 support has been extended:
      -
    • Improved supported for polymorphism between libraries and +
    • Improved support for polymorphism between libraries and programs and for complicated inheritance patterns (cf. object-oriented programming).