diff mbox

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

Message ID 4C6D0401.8080904@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Aug. 19, 2010, 10:14 a.m. UTC
On 08/19/2010 10:26 AM, Daniel Kraft wrote:
> Tobias Burnus wrote:
>>  I have already committed the attached patch, but don't hesitate to 
>> suggest changes or other improvements.
> Looks good, but reminds me that implied-shape arrays are still missing 
> from that list.

No, they were not missing from the list but they were wrong in the list 
(at minor changes). Corrected with the patch below and in the wiki at 
GFortran news.

Thanks,

Tobias
diff mbox

Patch

--- changes.html        19 Aug 2010 07:54:14 -0000      1.35
+++ changes.html        19 Aug 2010 10:12:35 -0000
@@ -202,8 +202,8 @@ 
<code>RADIX</code> argument; intrinsic types are supported for
<code>TYPE(<i>intrinsic-type-spec</i>)</code>; multiple type-bound
         procedures can be declared in a single <code>PROCEDURE</code>
-       statement; assumed-shape arrays are supported for named constants.
- </li>
+       statement; implied-shape arrays are supported for named constants
+       (<code>PARAMETER</code>).</li>
</ul>
</li>
</ul>