Re: [PATCH] PR 83975 Set character length to 0 if unknown

2018-01-23 Thread Janne Blomqvist
On Tue, Jan 23, 2018 at 6:33 PM, Thomas Koenig wrote: > Hi Janne, > >> When associating a variable of type character, if the length of the >> target isn't known, set it to zero rather than leaving it unset. This >> is not a complete fix for making associate of characters work >> properly, but pap

Re: [PATCH] PR 83975 Set character length to 0 if unknown

2018-01-23 Thread Thomas Koenig
Hi Janne, When associating a variable of type character, if the length of the target isn't known, set it to zero rather than leaving it unset. This is not a complete fix for making associate of characters work properly, but papers over an ICE in the middle-end. See PR 83344 for more details. R