From patchwork Thu Aug 19 10:14:25 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdata] Update Fortran section of gcc-4.6/changes.html Date: Thu, 19 Aug 2010 00:14:25 -0000 From: Tobias Burnus X-Patchwork-Id: 62128 Message-Id: <4C6D0401.8080904@net-b.de> To: Daniel Kraft Cc: gcc patches , gfortran 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 @@ RADIX argument; intrinsic types are supported for TYPE(intrinsic-type-spec); multiple type-bound procedures can be declared in a single PROCEDURE - statement; assumed-shape arrays are supported for named constants. - + statement; implied-shape arrays are supported for named constants + (PARAMETER).