Re: [PATCH] PR 83975 Associate target with non-constant character length

2018-02-01 Thread Thomas Koenig
Hi Janne, When associating a variable of type character, if the length of the target isn't known at compile time, generate an error. See PR 83344 for more details. Regtested on x86_64-pc-linux-gnu, Ok for trunk? I think this is the most reasonable course of action, given the circumstances. O

[PATCH] PR 83975 Associate target with non-constant character length

2018-02-01 Thread Janne Blomqvist
When associating a variable of type character, if the length of the target isn't known at compile time, generate an error. See PR 83344 for more details. Regtested on x86_64-pc-linux-gnu, Ok for trunk? gcc/fortran/ChangeLog: 2018-02-01 Janne Blomqvist PR 83975 PR 83344