===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.60
*************** auto incr = [](auto x) { return x++; };
<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>