From patchwork Sun Nov 27 02:47:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 127835 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 6D402B712A for ; Sun, 27 Nov 2011 13:48:15 +1100 (EST) Received: (qmail 21820 invoked by alias); 27 Nov 2011 02:48:10 -0000 Received: (qmail 21806 invoked by uid 22791); 27 Nov 2011 02:48:09 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Nov 2011 02:47:56 +0000 Received: from g105.suse.de (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id BCCA63F417; Sat, 26 Nov 2011 21:47:54 -0500 (EST) Date: Sun, 27 Nov 2011 03:47:52 +0100 (CET) From: Gerald Pfeifer To: Tobias Burnus cc: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: Re: [Patch, wwwdocs, committed] Update Fortran section in gcc-4.7/changes.html In-Reply-To: <4EC43498.3080902@net-b.de> Message-ID: References: <4EC43498.3080902@net-b.de> 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 Wed, 16 Nov 2011, Tobias Burnus wrote: > I have committed the following patch for > http://gcc.gnu.org/gcc-4.7/changes.html#fortran How about the following minor editorial change on top? Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.63 diff -u -r1.63 changes.html --- changes.html 23 Nov 2011 23:27:28 -0000 1.63 +++ changes.html 27 Nov 2011 02:47:25 -0000 @@ -432,7 +432,7 @@ only the addresses are printed.
  • Fortran 2003:
      -
    • Generic interface name which have the same name as derived types +
    • Generic interface names which have the same name as derived types are now supported, which allows to write constructor functions. Note that Fortran does not support static constructor functions; only default initialization or an explicit structure-constructor