This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Patch, Fortran] PR 35831: Checking characteristics of dummy arguments


2013/12/10 Tobias Burnus <burnus@net-b.de>:
> Hi Janus,
>
>
> Janus Weil wrote:
>>
>> here is a straightforward patch for a rather old PR, which deals with
>> argument checking. The patch at hand fixes one of the outstanding todo
>> items of the PR (see comment 17), namely extending the attribute
>> checking of dummy arguments. It adds checks for the four missing
>> attributes (asynchronous, contiguous, value, volatile). The relevant
>> standard reference is F08:12.3.2.
>>
>> Included is also a test case and a fix for one testsuite case which
>> was rejected with the patch.
>>
>> Regtested on x86_64-unknown-linux-gnu. Ok for trunk?
>
>
> Looks fine to me. Thanks!

Thanks for reviewing. Committed as r205873.

Cheers,
Janus


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