===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.36
@@ -165,6 +165,9 @@
href="http://gcc.gnu.org/wiki/OOP">object-oriented programming</a>).
</li>
<li>Experimental support of the <code>ASSOCIATE</code> construct.</li>
+ <li>In pointer assignments it is now possible to specify the lower
+ bounds of the pointer and, for a rank-1 or a simply contiguous
+ data-target, to remap the bounds.</li>
</ul>
</li>
<li>Fortran 2008 support has been extended:
@@ -180,6 +183,10 @@
<li>Support for <code>ALLOCATE</code> with <code>MOLD</code>.</li>
<li>Support for the <code>STORAGE_SIZE</code> intrinsic inquiry
function.</li>
+ <li>Support of the <code>NORM2</code>, <code>PARITY</code>,
+ <code>POPCNT</code>, and <code>POPPAR</code> intrinsic functions.</li>
+ <li>Support of the <code>EXECUTE_COMMAND_LINE</code> intrinsic
+ subroutine.</li>
<li>Support for the <code>IMPURE</code> attribute for procedures,
which allows for <code>ELEMENTAL</code> procedures without the
restrictions of <code>PURE</code>.</li>
@@ -203,7 +210,11 @@
<code>TYPE(<i>intrinsic-type-spec</i>)</code>; multiple type-bound
procedures can be declared in a single <code>PROCEDURE</code>
statement; implied-shape arrays are supported for named constants
- (<code>PARAMETER</code>).</li>
+ (<code>PARAMETER</code>). The transformational, three argument
+ versions of <code>BESSEL_JN</code> and <code>BESSEL_YN</code>
+ were added – the elemental, two-argument version had been
+ added in GCC 4.4; note that the transformational functions use
+ a recurrence algorithm.</li>
</ul>
</li>
</ul>