Re: [patch, fortran] Fix contiguous dummy arguments

2019-01-19 Thread Jerry DeLisle
On 1/19/19 7:05 AM, Thomas Koenig wrote: Hello world, the attached patch fixes handling of contiguous dummy arguments when the actual arguments are not contiguous. The patch to trans-expr.c itself was written by Paul and attached to the PR. I just added the test case.  Regression-testing reveal

[patch, fortran] Fix contiguous dummy arguments

2019-01-19 Thread Thomas Koenig
Hello world, the attached patch fixes handling of contiguous dummy arguments when the actual arguments are not contiguous. The patch to trans-expr.c itself was written by Paul and attached to the PR. I just added the test case. Regression-testing revealed some failing scan-tree tests due to dif