Re: [PATCH] PR fortran/50573 -- Fix checking of dshift{lr} arguments

2011-10-30 Thread Steve Kargl
On Fri, Oct 28, 2011 at 07:43:58AM +0200, Tobias Burnus wrote: > Am 28.10.2011 01:27, schrieb Steve Kargl: > >The attached patch tightens the checking of the arguments > >of the dshiftl and dshiftr argument. It also does a kind > >type conversion when either I or J is a BOZ to the kind > >type of

Re: [PATCH] PR fortran/50573 -- Fix checking of dshift{lr} arguments

2011-10-27 Thread Tobias Burnus
Am 28.10.2011 01:27, schrieb Steve Kargl: The attached patch tightens the checking of the arguments of the dshiftl and dshiftr argument. It also does a kind type conversion when either I or J is a BOZ to the kind type of the non-BOZ I or J. OK for trunk? OK with a changelog entry for the NEAR