This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PR 56814: [4.8/4.9 Regression] Bogus Interface mismatch in dummy procedure
- From: Janus Weil <janus at gcc dot gnu dot org>
- To: Tobias Burnus <burnus at net-b dot de>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 17 Apr 2013 18:13:49 +0200
- Subject: Re: [Patch, Fortran] PR 56814: [4.8/4.9 Regression] Bogus Interface mismatch in dummy procedure
- References: <CAKwh3qj2-ODgQ+sgZgHVA7=6BcY3mfthBjguVhZ-=RQKCW5Gcg at mail dot gmail dot com> <516EA26F dot 7080807 at net-b dot de>
>> here is patch for a recent regression with procedure pointers.
>> Regtested on x86_64-unknown-linux-gnu. Ok for trunk and 4.8?
>
> Looks rather obvious. OK - and thanks for the patch.
Thanks for the review. Committed as r198032.
> PS: If you have time, could you review my C_LOC patch at
> http://gcc.gnu.org/ml/fortran/2013-04/msg00073.html ?
Will try to have a look soon ...
Cheers,
Janus
>> 2013-04-17 Janus Weil <janus@gcc.gnu.org>
>>
>> PR fortran/56814
>> * interface.c (check_result_characteristics): Get result from
>> interface
>> if present.
>>
>>
>> 2013-04-17 Janus Weil <janus@gcc.gnu.org>
>>
>> PR fortran/56814
>> * gfortran.dg/proc_ptr_42.f90: New.
>
>