Re: [Patch, Fortran] PR 63674: procedure pointer and non/pure procedure

2014-12-15 Thread Janus Weil
2014-12-15 7:34 GMT+01:00 Tobias Burnus : > Can you change "non-pure" to "impure"? That would better match the Fortran > naming, where "impure" is the default unless "pure" or "elemental" is used. > (It was added to permit "impure elemental" procedures.) Yes, sure. I have committed this change as

Re: [Patch, Fortran] PR 63674: procedure pointer and non/pure procedure

2014-12-14 Thread Tobias Burnus
Janus Weil wrote: 2014-12-14 12:00 GMT+01:00 FX : Good point, thank you. Updated patch attached. I guess I still new formal approval by someone with reviewer status … OK Thanks, committed as r218717. Can you change "non-pure" to "impure"? That would better match the Fortran naming, where "i

Re: [Patch, Fortran] PR 63674: procedure pointer and non/pure procedure

2014-12-14 Thread Janus Weil
2014-12-14 12:00 GMT+01:00 FX : >> Good point, thank you. Updated patch attached. >> I guess I still new formal approval by someone with reviewer status … > > OK Thanks, committed as r218717. Cheers, Janus

Re: [Patch, Fortran] PR 63674: procedure pointer and non/pure procedure

2014-12-14 Thread FX
> Good point, thank you. Updated patch attached. > I guess I still new formal approval by someone with reviewer status … OK

Re: [Patch, Fortran] PR 63674: procedure pointer and non/pure procedure

2014-12-14 Thread Janus Weil
>> Regtested on x86_64-unknown-linux-gnu. Ok for trunk? > > s/'%s'/%qs/g > nowadays. Good point, thank you. Updated patch attached. I guess I still new formal approval by someone with reviewer status ... Cheers, Janus Index: gcc/fortran/resolve.c =

[Patch, Fortran] PR 63674: procedure pointer and non/pure procedure

2014-12-13 Thread Janus Weil
Hi all, it's been a while since I have contributed to this list and to gfortran, but it's good to see that you guys are still making a lot of progress with this great compiler. In any case, I recently found some time to prepare a small patch related to my old pet (procedure pointers). It adds som