[committed] small change (was: Re: [Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument)

2011-10-09 Thread Mikael Morin
On Tuesday 04 October 2011 20:54:21 Janus Weil wrote: > >>> The patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk? > >> > >> The patch is basically OK. > > > > Otherwise I'll just start by committing the > > patch as posted ... > > Just did so (r179520). > Hello, I've just commit

Re: [Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument

2011-10-05 Thread Janus Weil
>> If you have a cute idea how to elegantly introduce warnings into this >> mechanism, I'm all ears. > I'm not sure that it qualifies as cute, but we could produce multi-line > diagnostics in the same way c++ does (for template candidates for example), > like: > error/warning: #the error/warning >

Re: [Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument

2011-10-04 Thread Mikael Morin
On Tuesday 04 October 2011 19:01:50 Janus Weil wrote: > If you have a cute idea how to elegantly introduce warnings into this > mechanism, I'm all ears. I'm not sure that it qualifies as cute, but we could produce multi-line diagnostics in the same way c++ does (for template candidates for example

Re: [Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument

2011-10-04 Thread Janus Weil
>>> The patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk? >>> >> The patch is basically OK. > Otherwise I'll just start by committing the > patch as posted ... Just did so (r179520). Cheers, Janus

Re: [Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument

2011-10-04 Thread Janus Weil
Hi Mikael, >> here is a patch for a rather long-standing PR. It continues my ongoing >> campaign of improving the checks for "procedure characteristics" (cf. >> F08 chapter 12.3), which are relevant for dummy procedures, procedure >> pointer assignments, overriding of type-bound procedures, etc. >

Re: [Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument

2011-10-04 Thread Mikael Morin
On Monday 03 October 2011 23:02:15 Janus Weil wrote: > Hi all, > > here is a patch for a rather long-standing PR. It continues my ongoing > campaign of improving the checks for "procedure characteristics" (cf. > F08 chapter 12.3), which are relevant for dummy procedures, procedure > pointer assign

[Patch, Fortran] PR 35831: [F95] Shape mismatch check missing for dummy procedure argument

2011-10-03 Thread Janus Weil
Hi all, here is a patch for a rather long-standing PR. It continues my ongoing campaign of improving the checks for "procedure characteristics" (cf. F08 chapter 12.3), which are relevant for dummy procedures, procedure pointer assignments, overriding of type-bound procedures, etc. This particular