Re: [patch, fortran] Error for non-contiguous pointers

2017-10-06 Thread Jerry DeLisle
On 10/03/2017 11:35 AM, Thomas Koenig wrote: > Hello world, > > I have re-thought and simplified the patch for PR49232. > This now uses gfc_is_simply_contiguous, in the > non-strict version.  I have also opted for an error > because, well, the use cases rejected by this are really > errors, and wi

[patch, fortran] Error for non-contiguous pointers

2017-10-03 Thread Thomas Koenig
Hello world, I have re-thought and simplified the patch for PR49232. This now uses gfc_is_simply_contiguous, in the non-strict version. I have also opted for an error because, well, the use cases rejected by this are really errors, and will very likely lead to wrong code in user applications. R