[Patch, fortran] PR32962 - b = conjg(transpose(a)) is erroneous if b is an allocatable array

Paul Thomas paulthomas2@wanadoo.fr
Sun Aug 12 21:22:00 GMT 2007


FX,
> :REVIEWMAIL:
>
> OK, except for:
>
>> *************** gfc_conv_loop_setup (gfc_loopinfo * loop
>> *** 3220,3226 ****
>>         /* Criteria for choosing a loop specifier (most important 
>> first):
>>            doesn't need realloc
>>            stride of one
>> !          known stride
>>            known lower bound
>>            known upper bound
>>          */
>> --- 3225,3231 ----
>>         /* Criteria for choosing a loop specifier (most important 
>> first):
>>            doesn't need realloc
>>            stride of one
>> !          known stride (preferably a variable)
>>            known lower bound
>>            known upper bound
>>          */
>
> Do you want this, or is this, like the following, part of another patch?
>
Ah!  That comment pertained to the version posted to the PR - thanks for 
pointing it out.

Cheers

Paul




More information about the Fortran mailing list