public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Update Fortran entry at gcc-4.5/changes.html
@ 2009-12-01 13:05 Tobias Burnus
  2009-12-01 14:00 ` Steven Bosscher
  2009-12-01 23:29 ` Janus Weil
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Burnus @ 2009-12-01 13:05 UTC (permalink / raw)
  To: gfortran, gcc patches

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 <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> (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>).</li>
       </ul>
     </li>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] Update Fortran entry at gcc-4.5/changes.html
  2009-12-01 13:05 [wwwdocs] Update Fortran entry at gcc-4.5/changes.html Tobias Burnus
@ 2009-12-01 14:00 ` Steven Bosscher
  2009-12-02 13:17   ` Tobias Burnus
  2009-12-01 23:29 ` Janus Weil
  1 sibling, 1 reply; 4+ messages in thread
From: Steven Bosscher @ 2009-12-01 14:00 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gfortran, gcc patches

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(*) ?

Ciao!
Steven

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] Update Fortran entry at gcc-4.5/changes.html
  2009-12-01 13:05 [wwwdocs] Update Fortran entry at gcc-4.5/changes.html Tobias Burnus
  2009-12-01 14:00 ` Steven Bosscher
@ 2009-12-01 23:29 ` Janus Weil
  1 sibling, 0 replies; 4+ messages in thread
From: Janus Weil @ 2009-12-01 23:29 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gfortran, gcc patches

> 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 <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> (as
> +       allocatable or dummy), <code>SELECT TYPE</code> and dynamic dispatch

Just a detail: If one mentions 'allocatable' and 'dummy' here, one
should also mention 'pointer' (or just leave all three out, since each
CLASS variable has to be one of those anyway).

Cheers,
Janus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] Update Fortran entry at gcc-4.5/changes.html
  2009-12-01 14:00 ` Steven Bosscher
@ 2009-12-02 13:17   ` Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2009-12-02 13:17 UTC (permalink / raw)
  To: Steven Bosscher; +Cc: gfortran, gcc patches

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-02 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 13:05 [wwwdocs] Update Fortran entry at gcc-4.5/changes.html Tobias Burnus
2009-12-01 14:00 ` Steven Bosscher
2009-12-02 13:17   ` Tobias Burnus
2009-12-01 23:29 ` Janus Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).