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]

[Patch, wwwdocs, committed] gcc-4.7/changes.html#Fortran: Add polymorphic arrays


I have committed attached patch for http://gcc.gnu.org/gcc-4.7/changes.html#fortran

Tobias
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.67
diff -u -p -r1.67 changes.html
--- changes.html	6 Dec 2011 00:44:54 -0000	1.67
+++ changes.html	12 Dec 2011 15:06:56 -0000
@@ -477,6 +477,8 @@ well.</p></li>
          that Fortran does not support static constructor functions; only
          default initialization or an explicit structure-constructor
          initialization are available.</li>
+       <li><a href="http://gcc.gnu.org/wiki/OOP";>Polymorphic</a>
+         (<code>class</code>) arrays are now supported.</li>
       </ul></li>
     <li><a href="http://gcc.gnu.org/wiki/Fortran2008Status";>Fortran 2008</a>:
       <ul>

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