[Patch, Fortran] assumed-rank some bound intrinsics support, fix failures and improve diagnostcs

Mikael Morin mikael.morin@sfr.fr
Thu Jul 26 15:14:00 GMT 2012


On 26/07/2012 16:53, Mikael Morin wrote:
> On 21/07/2012 13:08, Tobias Burnus wrote:
>> Only failing are:
>>   lbound(x) / ubound(x) / shape(x)
>>
> Here is a draft for those.
> Lightly tested with print *, ...
> 
Better with the tests.


$ ./test1
           1           1
           3           8
           3           8

$ ./test2
          11         101
          13         108
           3           8


-------------- next part --------------
A non-text attachment was scrubbed...
Name: test1.f90
Type: text/x-fortran
Size: 224 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120726/76a0a724/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test2.f90
Type: text/x-fortran
Size: 434 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120726/76a0a724/attachment-0001.bin>


More information about the Gcc-patches mailing list