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]

[wwwdocs, patch, submitted] gcc-4.9/changes.html: Update Fortran - add deferred-length char component support


I have committed the attached patch as obvious. Suggestions to the wording are welcome - as are other suggestions to the release notes.

Tobias
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.60
diff -p -r1.60 changes.html
*** changes.html	7 Mar 2014 18:04:49 -0000	1.60
--- changes.html	8 Mar 2014 18:08:48 -0000
*************** auto incr = [](auto x) { return x++; };
*** 385,390 ****
--- 385,394 ----
      <ul>
        <li>Finalization is now supported. Note that finalization is currently
          only done for a subset of the situations in which it should occur.</li>
+       <li>Experimental support for <em>scalar</em> character components with
+         deferred length (i.e. allocatable string length) in derived types has
+         been added. (Deferred-length character variables are supported since
+         GCC 4.6.)</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]