Re: [Patch, Fortran] FINAL (prep patches 2/5): Add internal STRIDE intrinsicg

2012-12-31 Thread Steve Kargl
On Mon, Dec 31, 2012 at 08:19:49PM +0100, Tobias Burnus wrote: > Hi Steve, > > Steve Kargl: > > On Mon, Dec 31, 2012 at 01:17:04PM +0100, Tobias Burnus wrote: > >> This new intrinsic is only internally available and will be used by the > >> finalization wrapper to handle noncontiguous arrays. > >

Re: [Patch, Fortran] FINAL (prep patches 2/5): Add internal STRIDE intrinsicg

2012-12-31 Thread Tobias Burnus
Hi Steve, Steve Kargl: On Mon, Dec 31, 2012 at 01:17:04PM +0100, Tobias Burnus wrote: This new intrinsic is only internally available and will be used by the finalization wrapper to handle noncontiguous arrays. What is the plan for when J3 decides to add a STRIDE intrinsic Well, we then add

Re: [Patch, Fortran] FINAL (prep patches 2/5): Add internal STRIDE intrinsicg

2012-12-31 Thread Steve Kargl
On Mon, Dec 31, 2012 at 01:17:04PM +0100, Tobias Burnus wrote: > The attached patch adds a new - internal only - intrinsic, STRIDE, which > returns the stride of an array with array descriptor; for an "integer :: > array(5,5)", the stride of dim=2 is 5. > > This new intrinsic is only internally