>> With those changes, I am fine with the patch.
>
> Thanks. I will commit the attached version after another regtest -
> unless there are further complaints in the meantime.
Committed as r190187 with some minor adjustments.
Cheers,
Janus
>>> 2012-08-05 Janus Weil
>>>
>>> PR fortran
Hi Tobias,
thanks for the review!
>> here is a patch for a rather old PR, which deals with correctness
>> checking for several cases, such as:
>> 1) dummy procedures
>> 2) proc-ptr assignments
>> 3) type-bound procedure overloading
>>
>> The patch adds a new function 'check_result_characteristics
On 08/05/2012 11:12 PM, Janus Weil wrote:
here is a patch for a rather old PR, which deals with correctness
checking for several cases, such as:
1) dummy procedures
2) proc-ptr assignments
3) type-bound procedure overloading
The patch adds a new function 'check_result_characteristics' to do
vari
Hi all,
here is a patch for a rather old PR, which deals with correctness
checking for several cases, such as:
1) dummy procedures
2) proc-ptr assignments
3) type-bound procedure overloading
The patch adds a new function 'check_result_characteristics' to do
various checks on function results. Thi