From patchwork Sun Jun 13 12:45:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 55429 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id C4B1C1007D1 for ; Sun, 13 Jun 2010 22:45:21 +1000 (EST) Received: (qmail 9917 invoked by alias); 13 Jun 2010 12:45:18 -0000 Received: (qmail 9901 invoked by uid 22791); 13 Jun 2010 12:45:18 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Jun 2010 12:45:14 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 8C0121E04E; Sun, 13 Jun 2010 14:45:10 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 21AF41604A; Sun, 13 Jun 2010 14:45:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 12BC116048; Sun, 13 Jun 2010 14:45:13 +0200 (CEST) Date: Sun, 13 Jun 2010 14:45:13 +0200 (CEST) From: Gerald Pfeifer To: Tobias Burnus cc: gcc patches , gfortran Subject: Re: [Patch,wwwdocs] Update gcc-4.6/changes.html for Fortran In-Reply-To: <4C0D4B97.1080502@net-b.de> Message-ID: References: <4BF99068.20604@net-b.de> <4C0D4B97.1080502@net-b.de> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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).