Re: [Patch, Fortran] Fixes for scalar coarrays

2011-05-13 Thread Steve Kargl
On Sat, May 07, 2011 at 07:21:14AM +0200, Tobias Burnus wrote: > The interface.c patch is to avoid a strange error ("actual argument must > be simply contiguous") which is a bit odd if the actual argument is a > scalar. As the dummy was an array, a rank mismatch would have been the > proper erro

[Patch, Fortran] Fixes for scalar coarrays

2011-05-06 Thread Tobias Burnus
The interface.c patch is to avoid a strange error ("actual argument must be simply contiguous") which is a bit odd if the actual argument is a scalar. As the dummy was an array, a rank mismatch would have been the proper error. - The patch simply suppresses the error message such that the later