diff mbox

[wwwdata] Update gcc-4.6/changes.html's Fortran section

Message ID 4C7E1B08.7070709@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Sept. 1, 2010, 9:21 a.m. UTC
Dear all,

I intend to commit the attached patch for 
http://gcc.gnu.org/gcc-4.6/changes.html#Fortran

Do you have any comments or suggestions?

Tobias
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.36
diff -u -r1.36 changes.html
--- changes.html	19 Aug 2010 10:12:52 -0000	1.36
+++ changes.html	1 Sep 2010 09:18:33 -0000
@@ -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 &ndash; 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>