This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [Patch,wwwdocs] Update Fortran section of 4.5/changes.html


On 10/06/2009 09:35 PM, Steve Kargl wrote:
> On Tue, Oct 06, 2009 at 10:32:37AM +0200, Tobias Burnus wrote:
>   
>> attached is the Fortran update for the 4.5 release notes.
>> OK for wwwdocs? Or do you have some suggestions/comments?
>>     
> Patch looks ok to me.
> Can you add that ALLOCATE now supports type-spec under F2003
> features, ie., ALLOCATE(REAL(4) :: ...)?
>   
Too late for that patch as I already installed it. How about the
following patch?
(I have also updated the wiki (GFortran#news).)

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.37
diff -u -r1.37 changes.html
--- changes.html        6 Oct 2009 12:02:40 -0000       1.37
+++ changes.html        7 Oct 2009 08:59:06 -0000
@@ -268,8 +268,10 @@
        components (including PASS),</li>
        <li>allocatable scalars,</li>
        <li><code>DEFERRED</code> type-bound procedures,</li>
-       <li>the ERRMSG= argument of the ALLOCATE and DEALLOCATE statements,
-       and the SOURCE= argument in ALLOCATE have been implemented.</li>
+       <li>the <code>ERRMSG=</code> argument of the <code>ALLOCATE</code>
+       and <code>DEALLOCATE</code> statements have been implemented.</li>
+       <li>The <code>ALLOCATE</code> statement supports now type-specs and
+       the <code>SOURCE=</code> argument.</li>
        <li><code>OPERATOR(*)</code> and <code>ASSIGNMENT(=)</code> are now
        allowed as <code>GENERIC</code> type-bound procedure (i.e. as
        type-bound operators).</li>

Tobias


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