Re: [PATCH] PR 84615 Regressions due to type mismatch with character functions

2018-03-21 Thread Steve Kargl
On Wed, Mar 21, 2018 at 10:39:06AM +0200, Janne Blomqvist wrote: > Since the kind of the hidden character length variable is not part of > the character variable definition, we must ensure that character > lengths are always of the same kind in interfaces, regardless of how > they were declared in

[PATCH] PR 84615 Regressions due to type mismatch with character functions

2018-03-21 Thread Janne Blomqvist
Since the kind of the hidden character length variable is not part of the character variable definition, we must ensure that character lengths are always of the same kind in interfaces, regardless of how they were declared in the source. This patch ensures this when calling a procedure. Regtested