This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- 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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]