diff mbox

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

Message ID 531B5D0A.7060609@net-b.de
State New
Headers show

Commit Message

Tobias Burnus March 8, 2014, 6:10 p.m. UTC
I have committed the attached patch as obvious. Suggestions to the 
wording are welcome - as are other suggestions to the release notes.

Tobias
diff mbox

Patch

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>