From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20242 invoked by alias); 1 Dec 2009 13:05:06 -0000 Received: (qmail 20140 invoked by uid 22791); 1 Dec 2009 13:05:05 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Dec 2009 13:05:00 +0000 Received: from [192.168.178.22] (port-92-204-29-240.dynamic.qsc.de [92.204.29.240]) by mx01.qsc.de (Postfix) with ESMTP id 488943D9BA; Tue, 1 Dec 2009 14:04:55 +0100 (CET) Message-ID: <4B151475.6080305@net-b.de> Date: Tue, 01 Dec 2009 13:05:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090915 SUSE/3.0b4-5.4 Thunderbird/3.0b4 MIME-Version: 1.0 To: gfortran , gcc patches Subject: [wwwdocs] Update Fortran entry at gcc-4.5/changes.html Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg00051.txt.bz2 Hi all, I plan to commit the following patch in a day or so. It adds a link to http://gcc.gnu.org/wiki/OOP and it removed the last two words from the OOP item as those are working now. Tobias Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v retrieving revision 1.52 diff -u -r1.52 changes.html --- changes.html 29 Nov 2009 10:46:18 -0000 1.52 +++ changes.html 1 Dec 2009 13:01:01 -0000 @@ -355,11 +355,11 @@ pointer with PASS attribute now have to use CLASS in line with the Fortran 2003 standard; the workaround to use TYPE is no longer supported. -
  • Experimental, incomplete support for polymorphism, including - CLASS (as allocatable or dummy), SELECT TYPE - and dynamic dispatch of type-bound procedure calls. Some features do - not work yet such as unlimited polymorphism (CODE(*)), - CLASS IS, EXTENDS_TYPE_OF.
  • +
  • Experimental, incomplete + support for polymorphism, including CLASS (as + allocatable or dummy), SELECT TYPE and dynamic dispatch + of type-bound procedure calls. Some features do not work yet such as + unlimited polymorphism (CODE(*)).