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]

[patch, wwwdocs, committed] 4.5 changes (Fortran): Add "(experimental)"


Hello all,

I have committed the following patch, which adds "(experimental)" after
the Fortran 2003 item "allocatable scalars". The reason is that
allocatable scalars have too many known issues to be fully usable and to
be declared as being ready. But as several things already work, keeping
the entry as experimental should be sensible.

Tobias

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.71
diff -u -r1.71 changes.html
--- changes.html        3 Feb 2010 20:50:46 -0000       1.71
+++ changes.html        17 Feb 2010 17:05:17 -0000
@@ -478,7 +478,7 @@
       <ul>
        <li>Procedure-pointer function results and procedure-pointer
        components (including PASS),</li>
-       <li>allocatable scalars,</li>
+       <li>allocatable scalars (experimental),</li>
        <li><code>DEFERRED</code> type-bound procedures,</li>
        <li>the <code>ERRMSG=</code> argument of the <code>ALLOCATE</code>
        and <code>DEALLOCATE</code> statements have been implemented.</li>


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