diff mbox

[wwwdata] Update Fortran part of gcc-4.6/changes.html

Message ID 4C881280.5010107@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Sept. 8, 2010, 10:47 p.m. UTC
Tobias Burnus wrote:
>  I have committed the attached patch, but if you have suggestions ...
>
> Current version: http://gcc.gnu.org/gcc-4.6/changes.html#Fortran

Well, when updating the wiki (http://gcc.gnu.org/wiki/GFortran#GCC4.6), 
I found the following issues.
Attached patch committed as cleanup.

Tobias
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.38
diff -u -r1.38 changes.html
--- changes.html	8 Sep 2010 22:39:11 -0000	1.38
+++ changes.html	8 Sep 2010 22:45:03 -0000
@@ -183,9 +183,9 @@ 
 	<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>
+	<li>Support of the <code>NORM2</code> and <code>PARITY</code>
 	intrinsic functions.</li>
-	<li>The following bit intrinsics were added: <code>POPCNT</code>,
+	<li>The following bit intrinsics were added: <code>POPCNT</code>
 	and <code>POPPAR</code> for counting the number of one bits and
 	returning the parity; <code>BGE</code>, <code>BGT</code>,
 	<code>BLE</code>, and <code>BLT</code> for bitwise comparisons;
@@ -195,7 +195,7 @@ 
 	for a bitwise merge using a mask, <code>SHIFTA</code>,
 	<code>SHIFTL</code> and <code>SHIFTR</code> for shift operations,
 	and the transformational bit intrinsics <code>IALL</code>,
-	<code>IANY</code> and IPARITY.</li>
+	<code>IANY</code> and <code>IPARITY</code>.</li>
 	<li>Support of the <code>EXECUTE_COMMAND_LINE</code> intrinsic
 	subroutine.</li>
 	<li>Support for the <code>IMPURE</code> attribute for procedures,