On Thu, 1 Nov 2018 13:05:39 +0100
Thomas Koenig <[email protected]> wrote:
> Hello world,
>
> I just adjusted the error message for BIND(C) functions which
> return strings of length > 1. I just used the suggestion from
> the PR. Committed as obvious and simple (although I managed
> to use up three revisions to do it right :-)
heh, so you don't mind if we make this four, right :)
+ gfc_error ("Return type of BIND(C) function %qs of character "
+ "type at %L must have length 1 ", tmp_sym->name,
&(tmp_sym->declared_at));
Please remove the trailing whitespace (after "length 1").
TIA,