This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Update Fortran entry at gcc-4.5/changes.html


On 12/01/2009 02:52 PM, Steven Bosscher wrote:
> On 12/1/09, Tobias Burnus <burnus@net-b.de> wrote:
>   
>> +       of type-bound procedure calls. Some features do not work yet such as
>> +       unlimited polymorphism (<code>CODE(*)</code>).</li>
>>     
> CLASS(*) ?
>   
Indeed. Stupid typo - although not new. I also removed the parenthesis
which Janus mentioned. Thanks for looking over the patch.

I have committed now the following.

Tobias

cvs diff: Diffing .
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        2 Dec 2009 13:10:16 -0000
@@ -355,11 +355,11 @@
        pointer with <code>PASS</code> attribute now have to use
        <code>CLASS</code> in line with the Fortran 2003 standard; the
        workaround to use <code>TYPE</code> is no longer supported.</li>
-       <li>Experimental, incomplete support for polymorphism, including
-       <code>CLASS</code> (as allocatable or dummy), <code>SELECT
TYPE</code>
-       and dynamic dispatch of type-bound procedure calls. Some features do
-       not work yet such as unlimited polymorphism (<code>CODE(*)</code>),
-       <code>CLASS IS</code>, <code>EXTENDS_TYPE_OF</code>.</li>
+       <li><a href="http://gcc.gnu.org/wiki/OOP";>Experimental, incomplete
+       support for polymorphism</a>, including <code>CLASS</code>,
+       <code>SELECT TYPE</code> and dynamic dispatch of type-bound
+       procedure calls. Some features do not work yet such as
+       unlimited polymorphism (<code>CLASS(*)</code>).</li>
       </ul>
     </li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]